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