My experience with ffmpeg is that its RTP parsing has problems in UDP mode, especially with live IP cameras. In TCP mode it works fine, but RTP was really designed around UDP and that's the way it should be used in most cases. I'm currently working on trying to fix it, but I haven't had much luck so far.
--luke On Tue, Jul 12, 2011 at 5:56 AM, Ankit SINGHAL <[email protected]> wrote: > Hello All, > > I want to play the multimedia streams from RTSP/RTP servers. I am already > using FFMPEG for demuxing various containers. I also use CURL for playing > back files from HTTP server. Now I would like to play multimedia files from > RTSP server. Please let me know if FFMPEG has support for acting as RTSP > client and it's robust enough. How can I start using ffmpeg as RTSP client. > How is it compared with the support available in CURL? Does FFMPEG have a > better support compared to CURL? Please elaborate. > > Regards > Ankit Singhal > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user > -- - - - - Luke Clemens http://clemens.bytehammer.com _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
