But I have one question - is it possible to decrease timeout before exiting if host specified in url is unreachable ?

Yes, you can add a "timeout" parameter (in seconds) to the call to "RTSPClient::describeURL()" and/or "RTSPClient::describeWithPassword()".

There's no option in the "openRTSP" code to do this; instead, you could 'hard wire' a timeout parameter into the call to "describeURL()" and/ior "describeWithPassword()" in "testProgs/openRTSP.cpp".
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to