Re: [Live-devel] openRTSP crash when receiving stream via https

2022-12-01 Thread Gajdosik Johannes
Thank you! I confirm that with version live.2022.12.01.tar.gz I can receive streams with rtsp-over-https using calls like openRTSP -T 8881 rtsps://127.0.0.1:12345/whatever where 8881 would be the https port. The port in the url (12345) is meaningless. "rtsps" in the url sounds misleading, but thi

Re: [Live-devel] openRTSP crash when receiving stream via https

2022-12-01 Thread Ross Finlayson
> On Dec 2, 2022, at 9:41 AM, Gajdosik Johannes wrote: > > Hello Ross, > I am sorry, it is not fixed yet. Arggh! Unfortunately I can’t reproduce the exact situation you’re encountering, so I had to guess the solution, without testing it. > Analysis: Here is the modified code in RTSPClient::

Re: [Live-devel] openRTSP crash when receiving stream via https

2022-12-01 Thread Gajdosik Johannes
Hello Ross, I am sorry, it is not fixed yet. Analysis: Here is the modified code in RTSPClient::connectionHandler1. ... // The connection succeeded. If the connection came about from an attempt to set up RTSP-over-HTTP, finish this now: if (fHTTPTunnelingConnectionIsPending && !setupHT