Opened 11 years ago
Closed 9 years ago
#2795 closed task (needs_more_info)
Too Large Number of Skipped frames 1374156452>60000
Reported by: | ankit | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | ffserver |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Hi
I have configured the ffserver.
While doing live feeding and streaming it shows following error
A)"Too Large Number of Skipped frames 1374156452>60000"
B)"Appliaction Provide invalid, non monotonically increasing dts to muxer in stream 0"
C)Error Writing Frame to output.
Attachments (5)
Change History (13)
comment:1 by , 11 years ago
Analyzed by developer: | unset |
---|
comment:2 by , 11 years ago
I have attached the configuration file.
Following are the steps which I have followed:
1)Set up the server: ffserver -f /etc/ffserver.conf
2)Set up the feed from usb camera: ffmpeg -f v4l2 -s 320*240 -r 5 -i /dev/video0 http://192.168.171.2:8090/feed1.ffm
3)Playing the live stream : ffplay http://192.168.171.2:8090/test1.avi
While doing this i got the following errors at the sever
A)"Too Large Number of Skipped frames 1374156452>60000"
B)"Appliaction Provide invalid, non monotonically increasing dts to muxer in stream 0"
C)Error Writing Frame to output.
comment:3 by , 11 years ago
Is a feed from usb camera necessary to reproduce the problem or is it also reproducible with -f lavfi -i testsrc
?
If it is only reproducible with the usb camera source, is ffm output necessary to reproduce the problem or is it also reproducible with file output?
Please add your command lines together with the complete, uncut console output to make this a valid ticket.
comment:5 by , 11 years ago
Please test current git head and please do not post screen shots, instead post the console output (as text).
Additionally, please answer my questions from comment:3.
comment:6 by , 11 years ago
How to check the git head? I have no idea of that.
Feed is from usb camera and it is not reproducible with -f lavfi -i testsrc. However, it is reproducible with ffm output.It is not reproducible with file output.
comment:7 by , 11 years ago
See http://ffmpeg.org/download.html for information about how to get current source code.
comment:8 by , 9 years ago
Resolution: | → needs_more_info |
---|---|
Status: | new → closed |
Please add your failing command line (including FFserver configuration file) together with the complete, uncut console output to make this a valid ticket.