[Live-devel] What is the preferred way of terminating an RTSP server connection

Wim Bekker w.bekker at vdgsecurity.com
Fri Nov 22 03:30:41 PST 2013


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

Ok thanks. What about stopGettingFrames in FramedSource? I'll try that one
because I have easy access to that object.

Is there any documentation I can read about how this works, how objects are
linked to each other, how flow goes? A reference manual would also be great.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20131122/f822ba97/attachment.html>


More information about the live-devel mailing list