Need some help to configure properly our own self-hosting JITSI instance.
Everything is working fine for all clients exept for those who are in a corporate network behing a web proxy : they can connect to the webconf but no audio/video.
The official meet.jit.si webconfs are working perfectly with thoose restricted clients.
Therefore, we tried to install our own Coturn server with no chance.
Could anyone give us the path to follow in order to enable restricted clients behind web proxy to properly work ?
What is your deployment? Is it jitsi-meet on single machine?
By default jitsi-meet installs and runs a coturnserver on default turn ports, you just need a second DNS and make it work on port 443.
It could be interesting for us to know the architecture (JVB, prosody, STUN, COTURN, etc.) of the official Jitsi instance (that worked perfectly).
Does anyone know it ?
If Nginx redirects the TURN traffic using the public IP and if the server cannot access the TURN server using its own public address, this will cause a problem too