Re: [Live-devel] Close On Demand Session from Server

2007-07-03 Thread Ramon Martin de Pozuelo Genis
>However, if your intention is to stop streaming to dead clients, then >remember the "reclamationTestSeconds" parameter to >"RTSPServer::createNew()" - see "liveMedia/include/RTSPServer.hh". Thankyou very much Ross, but it is not exactly what I need. I am offering some services from my Web Service

Re: [Live-devel] Close On Demand Session from Server

2007-07-02 Thread Ross Finlayson
>Could I close an on demand session from server side? There is currently no way in the code to do this so that all current streams for the session stop immediately. However, if your intention is to stop streaming to dead clients, then remember the "reclamationTestSeconds" parameter to "RTSPSer

[Live-devel] Close On Demand Session from Server

2007-07-02 Thread Ramon Martin de Pozuelo Genis
Hi all, Could I close an on demand session from server side? How will it be the best way to do that? I tried "rtspServer->removeServerMediaSession(sms)" and then, this subsession is not accessible for future RTSP requests, but a client that is playing this session continues playing the video. I wo