I have to implement ANNOUNCE method (from server to client) for the RTSP server I am implementing using live media library. I was looking into implementing it without modifying existing RTSPServer code in live media library and doing it completely in my own extension of RTSPServer. But seems like that would not be possible as current RTSPServer doesn&#39;t keep the references to the client sessions. Is there any way to query existing client sessions? Or is there any other  way to just send ANNOUNCE to the clients connected to server.<br>
<br>I would appreciate your response.<br><br>Thanks,<br>Sachin<br>