Re: [Live-devel] Destroying RTSPClientSession objects

2007-08-07 Thread Ross Finlayson
>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

[Live-devel] Destroying RTSPClientSession objects

2007-08-07 Thread Dan Franke
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