Re: [Live-devel] RTCP BYE from the RTSP Server

2012-03-15 Thread Kumar Sambhav
Thanks for the detailed Information. I am using live RTP source as stream source to a subclass of OnDemandServerMediaSubsession. In this case RTP when source stops sending data , the application gets a message upon which i want to close the session. On Mar 16, 2012, at 1:53 AM, Ross Finlays

Re: [Live-devel] RTCP BYE from the RTSP Server

2012-03-15 Thread Ross Finlayson
> How to invoke a RTCP BYE message to the client from the RTSP Server > application (e.g testOnDemandRTSPServer) ? This will happen automatically when the stream ends - i.e., when the server reaches the end of the file that's being streamed. There is nothing that you need to do to get this; th