>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
>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
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