jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.09k stars 1.37k forks source link

How to configure to your own turnservers? #124

Open whiranpat opened 5 years ago

whiranpat commented 5 years ago

I have setup some coturn servers using instrumento/coturn but when I set the JVB_STUN_SERVERS to this address in the .env it still showing in the curl that it is using google stun servers. Is this a known error? that the JVB STUN SERVERs won't put to your own own stun servers.

whiranpat commented 5 years ago

how to do you test to see if it is connecting to the correct STUN servers? When I curl the jitsi site I still see this in the return message stunServers: [ { urls: 'stun:stun.l.google.com:19302' }, { urls: 'stun:stun1.l.google.com:19302' }, { urls: 'stun:stun2.l.google.com:19302' } ],

pansj2020 commented 4 years ago

Have you rm $config . You need rm $config after you modify .env and redockercompse up. Otherwise it won't effect.

AntonDzyk commented 2 years ago

Problem on this line https://github.com/jitsi/docker-jitsi-meet/blob/master/web/rootfs/etc/cont-init.d/10-config#L78

cp /defaults/config.js /config/config.js