Opened 12 years ago

Closed 10 years ago

#1010 closed defect (needs_more_info)

rtsp dump fails and yields non playable video (invalid droping)

Reported by: lost1 Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords: rtsp av_interleaved_write_frame
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Hi,

I'm using the following command line parameters to dump a live rtsp stream:

ffmpeg -loglevel debug -i "rtsp://server.com/my_stream.sdp" -s 720x576 -vcodec copy -acodec copy -y output.mov

After a while the process stops with something like this:

DTS 8975954, next:99748378 st:1 invalid droping 
[mov @ 0000000004FAF2C0] pts < dts in stream 0 
av_interleaved_write_frame(): Invalid argument

I'm using Windows 7 x64.
ffmpeg version N-37915-g6cb2085

Attachments (1)

ffmpeg_log.txt (18.5 KB ) - added by lost1 12 years ago.

Download all attachments as: .zip

Change History (4)

by lost1, 12 years ago

Attachment: ffmpeg_log.txt added

comment:1 by Carl Eugen Hoyos, 12 years ago

Keywords: av_interleaved_write_frame added

Please add complete, uncut ffmpeg console output together with the command line you used.

comment:2 by Michael Niedermayer, 12 years ago

Is this reproduceable with a publically accessable RTSP stream ?
We cannot debug a problem that happens with a RTSP stream that is inaccessable to us.

comment:3 by Carl Eugen Hoyos, 10 years ago

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