Re: [Live-devel] New RTSP to HLS version Question

2019-12-30 Thread dan_desjardins
Thanks for the swift reply >> First, I presume that you are referring to the experimental >> “live555HLSProxy” application that I announced a few days ago. Yes - that is what I am referring to. >>“live555HLSProxy” is completely different. Understood. I will test it with a web server as it p

Re: [Live-devel] New RTSP to HLS version Question

2019-12-30 Thread Ross Finlayson
First, I presume that you are referring to the experimental “live555HLSProxy” application that I announced a few days ago. This has nothing to do with the separate, longstanding “LIVE555 Proxy Server” application, which proxies a back-end RTSP server to (one or more) front-end RTSP clients. “l

[Live-devel] New RTSP to HLS version Question

2019-12-30 Thread dan_desjardins
First off - thank you very much for developing this. I am very excited to give this a try! One question that I believe I already know the answer to, but will ask just to be sure: With the rtsp proxy it is my understanding that no stream is requested from the originating device until at least one

Re: [Live-devel] Use of fTCPStreams

2019-12-30 Thread Ross Finlayson
This part of the code is used only internally to our library - to implement the optional sending/receiving of RTP/RTCP over the RTSP TCP (control channel) connection. This happens automatically when a client and server have set up streaming over TCP; It should never be called directly by applic

[Live-devel] Use of fTCPStreams

2019-12-30 Thread Saurabh Modi via live-devel
--- Begin Message --- Hi, We have a tcpStreamRecord type variable in the RTPInterface class. What is it actually used for? In the sendPacket method, we have used this to send the RTP packet over each of the TCP streams that it points to but what could be the case for these multiple streams requirin