Re: [Live-devel] Stopping RTSP session from server side

2008-12-23 Thread Ross Finlayson
I don't know if Live555 supports ANNOUNCE, though ' No, not when sent server->client. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/liv

Re: [Live-devel] Stopping RTSP session from server side

2008-12-23 Thread Paul Clark
Mikhlin Michael wrote: Thanks for quick reply. I'm looking for a gracefull shutdown, so that the client will know that the session is closed. There is the server-to-client ANNOUNCE method, something like this: ANNOUNCE rtsp://server/asset RTSP/1.0 CSeq: 1 Session: 1234 Notice: 2101 End of S

Re: [Live-devel] Stopping RTSP session from server side

2008-12-22 Thread Mikhlin Michael
er 23, 2008 12:36 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Stopping RTSP session from server side Is there any standart way to stop a RTSP session from server side? In RFC 2326 (RTSP) is written that TEARDOWN message can only be

Re: [Live-devel] Stopping RTSP session from server side

2008-12-22 Thread Ross Finlayson
Is there any standart way to stop a RTSP session from server side? In RFC 2326 (RTSP) is written that TEARDOWN message can only be sent from client to server. Is there any other way, or closing the TCP socket from server side is enough? You can also call "RTSPServer::removeServerMediaSession