Hi, I’m trying to configure Jitsi meet with a Turnserver, inside Azure cloud, with a proxy that sends traffic to the server.
I’ve got this situation:
coturn:5349 <–> nginx:443 (stream config) <–> 10.0.0.1 (‘internal’ IP) <–> 20.1.1.1 (‘external IP’) <–> 101.1.1.1 (proxy server) <–> the internet <–> client network that seems to block udp <–> jisti user
The proxy server (101.1.1.1 in this example) will forward all 443 traffic to nginx, which uses the stream module to forward the traffic to coturn. The machine itself has an Azure ‘internal’ ip of 10.0.0.1 (for example), and an ‘external’ IP of 20.1.1.1 (for example).
I’m really struggling to get the turnserver working properly, especially to return useful results on the TrickleICE example: Trickle ICE
Does anyone have any example files of how /etc/turnserver.conf should look in this situation? I can share my actual conf files here if that is useful.
Many thanks in advance, C