[FFmpeg-user] Recording RTSP Fails, Please help

Roger Pack rogerdpack2 at gmail.com
Wed Nov 21 20:41:10 CET 2012


On 11/21/12, FiFtHeLeMeNt <farzad.fallah at gmail.com> wrote:
> Here is a complete debug log of VLC streaming :
> http://pastebin.com/YtKE6Cvg

VLC has this log:

250.main warning: PTS is out of range (2696757), dropping buffer

which might line up with some of the FFmpeg error messages.  If you
have a way to reproduce it easily that would help.  It seems like
maybe it's sending you frames that don't have good timestamps somehow?

maybe there isn't enough bandwidth or some packets are being dropped?
(rtsp uses udp by default).  You may be able to use something that
isn't udp based
http://ffmpeg.org/trac/ffmpeg/wiki/StreamingGuide#Pointtopointstreaming


More information about the ffmpeg-user mailing list