Thanks Luke/Ferdinand/Chris Do you guys or any one have any idea about CURL? I have to make a choice between FFMPEG or CURL. I am already using both for my current multimedia playbacks, CURL being used for downloading HTTP files. We have not used FFMPEG for HTTP as it was not robust enough.
Regards Ankit Singhal From: [email protected] [mailto:[email protected]] On Behalf Of Ferdinand Jacobs Sent: Wednesday, July 13, 2011 12:55 PM To: [email protected] Subject: Re: [Libav-user] RTP/RTSP support in FFMPEG Hi Luke, Strange thing is that RTSP / RTP streaming works well with older versions of FFMPEG, it seems that version git-64ad53f from 2010 broke it. Problem is that the older versions doesn't support the GET_PARAMETER which gives keep-alive problems in some RTSP servers. --Ferdinand > Date: Tue, 12 Jul 2011 08:55:11 -0600 > From: [email protected] > To: [email protected] > Subject: Re: [Libav-user] RTP/RTSP support in FFMPEG > > 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
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
