So I am looking for the -10057 error code and if I get that I know the connect was dropped; however, I can't quit my application I need to dispose of that client and start a new one pointing to a different server. What I'm not sure about is how to properly dispose of the client so that I don't have to close the entire application.
Thanks From: [email protected] [mailto:[email protected]] On Behalf Of Mostapha El-Shafey Sent: Monday, October 24, 2011 6:11 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Shutting down RTSPClient I had the same problem in my application and I used a timer. If I don't receive frames for X seconds, I quit the client. On Mon, Oct 24, 2011 at 4:28 PM, Rollinson, Derek <[email protected]<mailto:[email protected]>> wrote: I have an application that uses one or more RTSPClients. I am having difficulties in figuring out the best way to have the client handle a drop of the server. What is the best way to cleanly shutdown the client when the server is either dies or is no longer reachable? This is part of a larger application and I can't just shutdown the entire application. Can anyone help me with this? Thanks _______________________________________________ live-devel mailing list [email protected]<mailto:[email protected]> http://lists.live555.com/mailman/listinfo/live-devel
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
