Re: [Live-devel] openRTSP (connect failed timeout)

2009-10-15 Thread Alex V. Obshtat
Thanks a lot. I've changed source with next: if (username != NULL && password != NULL) { result = rtspClient->describeWithPassword(url, username, password, False, 10); } else { result = rtspClient->describeURL(url, NULL, False, 10); } And now I have 1:24 before exiting instead of 2

[Live-devel] openRTSP (connect failed timeout)

2009-10-14 Thread Alex V. Obshtat
Hello. Having a look to the software openRTSP it's amazing. But I have one question - is it possible to decrease timeout before exiting if host specified in url is unreachable ? E.g. I use openRTSP in my script and have to rotate the output files that's why I start it again and again and when