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
>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
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