Hello Ross,
On Fri, Jan 24, 2020 at 12:59:26PM -0800, Ross Finlayson wrote:
> Thank you for the report. I have just installed a new version
> (2020.01.24) of the LIVE555 Streaming Media code that includes the
> #ifdefs that you suggested.
Thank you! The new version fixes the issue I had.
>
> So it can be very helpfull to have a deadline timeout for getting command's
> response (of course with callback being called).
You can cancel a pending RTSP command by calling the function
RTSPClient::changeResponseHandler(unsigned cseq, responseHandler*
newResponseHandler)
(see “live
Thank you for replying,
This is RTSP client implemented based on testRTSPClient code supplied with
library sources.
What is happening is that upon errors in streaming from RTSP capable camera,
sometimes no callback is called.
If RTSP source reports problems (reply is sent) - code handles it w