Access Janus behind Azure App Gateway

Hi all,

I am trying to set up an app gateway to sit in front of two Janus servers. I have the app gateway setup with listeners for port 8989 and 8888 with the two servers as the back end. I can telnet to both ports on the public ip with no issues but when accessing the stream, nothing loads.

Does anyone have any experience trying to get things working in this scenario or have any ideas on what I may be missing?

Patrick

1 Like

I’m having a similar issue in Azure Container Interfaces. I can successfully send my cam stream, but nothing loads when accessed via ffplay…

Still don’t know how to solve it, it works on my local System with Docker but in Azure not

8888 is just a signalling port. Media (WebRTC) user other ports, dynamically, which you need to expose probably. See the rtp_port_range in janus.jcfg for more info.