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