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