Sorry, but once you’ve made modifications to the supplied code, you can expect
no support on this mailing list.
Note, however, that the way to stop all streaming to a specific client is to
delete the appropriate “RTSPServer::RTSPClientSession” object. (This is what
the implementation of the RT
Hi
i want to stop one specific RTSP client connection , so i tried to close
the sockets for that connection and turn off the back ground handlers for
that socket.
i am able to stop that specific client, but because of that its affecting
other client connection. following is the bunch of code i use