Re: [Live-devel] Non portable sockopt macros in latest

2020-01-26 Thread Wictor Lund
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 > “#ifdef”s that you suggested. Thank you! The new version fixes the issue I had. >

Re: [Live-devel] Broken RTSP source sometime lead to handler not being called

2020-01-26 Thread Ross Finlayson
> 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

Re: [Live-devel] Broken RTSP source sometime lead to handler not being called

2020-01-26 Thread Alexander Tumarov
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