Re: [Live-devel] End RTSP client session cleanly

2009-03-31 Thread Ralf Globisch
Ross and Patrick, thanks for the info, that's what I needed to know. ;) -- This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. The full disclaimer details can be found at http://www.csir.co.za/disclai

Re: [Live-devel] End RTSP client session cleanly

2009-03-31 Thread Ross Finlayson
> >What is the correct way to initiate the shutdown of a specific >RTSP client session from the server side? Right now there isn't a clean way to do this, unfortunately. If you know the "RTSPServer::RTSPClientSession" object, then you could try deleting it; that will likely work. That do

Re: [Live-devel] End RTSP client session cleanly

2009-03-31 Thread Patrick White
On Tuesday 31 March 2009 6:16 am, Ross Finlayson wrote: > >What is the correct way to initiate the shutdown of a specific > >RTSP client session from the server side? > > Right now there isn't a clean way to do this, unfortunately. If you > know the "RTSPServer::RTSPClientSession" object, then you

Re: [Live-devel] End RTSP client session cleanly

2009-03-31 Thread Ross Finlayson
What is the correct way to initiate the shutdown of a specific RTSP client session from the server side? Right now there isn't a clean way to do this, unfortunately. If you know the "RTSPServer::RTSPClientSession" object, then you could try deleting it; that will likely work. -- Ross Finlay

[Live-devel] End RTSP client session cleanly

2009-03-31 Thread Ralf Globisch
Hi Ross, We are using the liveMedia RTSP server to deliver media using a source based on the DeviceSource class. What is the correct way to initiate the shutdown of a specific RTSP client session from the server side? This is to cater for the scenario in which an administrator wants to disconne