[Live-devel] Close RTSPClientSessions

2007-09-21 Thread Ramon Martín de Pozuelo
Ok Ross, thank you for your response. I watched it I think I could fix the problem if I define an array of RTSPClientSessions on the RTSPServer, and delete this on ~RTSPServer() by calling ~RTSPClientSession() for all the hadlers active. What do you think? Is this a correct way to solve it? Th

Re: [Live-devel] Close RTSPClientSessions

2007-09-20 Thread Ross Finlayson
>Hi all, >in some moment of my application I want to close a RTSPServer, but I note that >when I do a Medium::close(rtspServer) I don't close the RTSPClientSessions >that handle the incoming commands. Then, when Server is stopped and some >incoming command arrived it broke down my application. Is t

[Live-devel] Close RTSPClientSessions

2007-09-20 Thread Ramon Martin de Pozuelo Genis
Hi all, in some moment of my application I want to close a RTSPServer, but I note that when I do a Medium::close(rtspServer) I don't close the RTSPClientSessions that handle the incoming commands. Then, when Server is stopped and some incoming command arrived it broke down my application. Is there