Re: [Live-devel] RTSP over HTTP on localhost only possible?

2024-07-02 Thread Ross Finlayson
> On Jul 2, 2024, at 8:44 PM, Jörg Dommaschk via live-devel > wrote: > > Is there a way to make the live555 RTSP server only listen on localhost for > the RTSP-over-HTTP port? The following code *might* work (although I can’t guarantee it): ipv4AddressBits ReceivingInterfaceAddr_sav

[Live-devel] RTSP over HTTP on localhost only possible?

2024-07-02 Thread Jörg Dommaschk via live-devel
--- Begin Message --- Hi, I am using live555 to provide an RTSP stream on an IP camera. This works great. Now I was tasked to also provide tunneling over HTTP, so I was very happy when I learnt that live555 already has this covered by simply calling RTSPServer::setUpTunnelingOverHTTP. This als