How can i be able to detect incomming connections on ProxyServerMediaSession? I'm developing a RTSP proxy manager to broadcast video got from remote cameras over 3G and i would like to check when i have a client connection for logging and also mainly so i can be able to close the connection to the camera and (re)open it only when i got a new client connection (here at Spain 3G data lines are too much expensive and data quota is very restrictive). I have been looking at the ProxyServerMediaSession API (<a href="http://www.live555.com/liveMedia/doxygen/html/classProxyServerMediaSession.html">http://www.live555.com/liveMedia/doxygen/html/classProxyServerMediaSession.html</a>) but i didn't find a callback function that could notify me when a new client connection is done or is closed or lost (this would be ideally the best option). and also i didn't find any function to get a list or at least the number of current open client connections. How could i be able to do it?<div>

<br></div><div>Greetings, Jesús Leganés Combarro.</div>