> What is the preferred way of terminating an RTSP server connection?
> 
> My RTSP server has several connections (clientSessions) and I want to drop 
> some of them.

There's no easy way to terminate (from the server) just 'some' connections.  
(What criterion would you use to decide which connections you want to 
terminate??)

However, you can terminate *all* connections for a given stream by calling
        RTSPServer::closeAllClientSessionsForServerMediaSession()

Plus, of course, if you delete the entire "RTSPServer" object - by calling 
"Medium::close(pointer-to-your-RTSPServer-object);" - then *all* connections to 
the server (and all resources used by the server) will be reclaimed.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to