> 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
--- 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