[Live-devel] forcing a session to stop

aviad rozenhek aviadr1 at gmail.com
Mon Apr 2 06:14:49 PDT 2012


The android RTSP client library has many bugs and issues.
sometimes it gets stuck during the prepare stage, and there's no way to
stop it using its API.

I'd like to stop the server session it is connected to, in order to
'convince' the RTSP client to go away.
so essentially i'm lookling to do something like:
  RTSPServer::RTSPClientSession* client = get_the_stuck_client_session();
  delete client;

well that's the general idea, not the actual code.
the problem is obviously, that RTSPServer::RTSPClientSession is sort-of an
internal class, I didn't find a way to enumerate the currently running
sessions, or tell them to stop.

help appreciated,



-- 

*Aviad Rozenhek
*Media Technologies Architect
RayV Technologies
Mobile: *+972 54 9764671
*Tel: +972 3 7979200 Ext:216
www.rayv.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120402/983ee71b/attachment-0001.html>


More information about the live-devel mailing list