[FFmpeg-devel] [PATCH] RTSP muxer, round 5

Luca Barbato lu_zero
Sun Feb 28 15:26:54 CET 2010


On 02/27/2010 11:18 AM, Martin Storsj? wrote:
> Ok, so like the attached then? Or should we use ff_rtsp_send_cmd() which 
> waits for the reply before proceeding with sending the next command?

The PAUSE is just a safeguard, we could even just leave a comment and
see what happens. Do we have a list of streaming server supporting ANNOUNCE?

10.7 TEARDOWN

   The TEARDOWN request stops the stream delivery for the given URI,
   freeing the resources associated with it. If the URI is the
   presentation URI for this presentation, any RTSP session identifier
   associated with the session is no longer valid. Unless all transport
   parameters are defined by the session description, a SETUP request
   has to be issued before the session can be played again.

So it shouldn't be necessary in the end. While I was discussing with
Ronald on irc I double checked all the spec. In a part it said that just
the RTSP session gets invalidated but later, in the specific section, is
quite explicit.

lu

-- 

Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero




More information about the ffmpeg-devel mailing list