Opened 11 years ago

Closed 8 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)

ffserver.conf (9.1 KB ) - added by ankit 11 years ago.
ffserver configuration file
Screenshot_ffserver.png (102.4 KB ) - added by ankit 11 years ago.
Running the server
Screenshot_ffmpeg.png (106.8 KB ) - added by ankit 11 years ago.
live feed
Screenshot_ffplay.png (115.2 KB ) - added by ankit 11 years ago.
play the feed
Screenshot_ffserver2.png (122.3 KB ) - added by ankit 11 years ago.
output at the server

Download all attachments as: .zip

Change History (13)

comment:1 by Carl Eugen Hoyos, 11 years ago

Analyzed by developer: unset

Please add your failing command line (including FFserver configuration file) together with the complete, uncut console output to make this a valid ticket.

by ankit, 11 years ago

Attachment: ffserver.conf added

ffserver configuration file

comment:2 by ankit, 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 Carl Eugen Hoyos, 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.

by ankit, 11 years ago

Attachment: Screenshot_ffserver.png added

Running the server

by ankit, 11 years ago

Attachment: Screenshot_ffmpeg.png added

live feed

by ankit, 11 years ago

Attachment: Screenshot_ffplay.png added

play the feed

by ankit, 11 years ago

Attachment: Screenshot_ffserver2.png added

output at the server

comment:4 by ankit, 11 years ago

Hi

I have attached the complete command output.

comment:5 by Carl Eugen Hoyos, 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 ankit, 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 Carl Eugen Hoyos, 11 years ago

See http://ffmpeg.org/download.html for information about how to get current source code.

comment:8 by llogan, 8 years ago

Resolution: needs_more_info
Status: newclosed
Note: See TracTickets for help on using tickets.