>Is there a way to destroy the RTSPClientSession objects that the
>RTSPServer creates? It appears that they only get destroyed when
>the client terminates the session.
A "RTSPClientSession" object will also get terminated if the client
times out (due to inactivity - i.e., no RTSP commands or R
Hello All,
Is there a way to destroy the RTSPClientSession objects that the RTSPServer
creates? It appears that they only get destroyed when the client terminates
the session. I'd like to be able shutdown my server code cleanly (ie: not
leaking memory) independent of what the client application