This is a know problem with the current implementation of
"RTSPClient". It should be doing asynchronous socket reads (within
the event loop), rather than a (potentially blocking) synchronous
read.
Fixing this is on my 'to do' list.
In the meantime, your immediate priority should be to figure
Dear Sir:
When I try to connect AXIS IP camera several times(one to many, no regular
pattern), the RTSPClient::describeURL() never retruns. After doing some
source tracing, I find that it is blocked in readSocket() in
RTSPClient::getResponse1(). This is because the readSocket() calls
blockUntilRea