-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TURN Server support #15
Comments
You can set alternative TURN servers by using the More configs you can find here: To configure it in helm: jvb:
stunServers: meet-jit-si-turnrelay.jitsi.net:443 |
jitsi/docker-jitsi-meet#1074 <-- This PR has now been merged and will be part of the next release. If this is what you want, a PR to add these options as helm values would be very welcome. |
I am not sure this is sufficient. How to set these STUN and/or TURN servers for Jitsi Meet Web? |
@Natureshadow Yeah right, for the P2P connection in the web client there is no config yet. For this it would be great if you or someone else can create a PR on the official docker-jitsi-meet repo to add environment variable mapping to the settings-config.js. The structure would be: {
p2p: {
enabled: true,
stunServers: [
{ urls: 'stun:meet-jit-si-turnrelay.jitsi.net:443' },
],
},
} |
I think it would be still nice to get :) |
Hi @drusov , We made a docker with coturn to bring coturn up with it's own LB. It would be great to work a bit further with ingress-nginx to see if we can save 1 LB. Our docker is just a quick fix, once Let's encrypt certificate expires, you should delete it because there's no update process on it and it would probably be incompatible with the Ingress but here it is:
Then a Deployment with these vars & ingress. |
PS:
|
How to integrate a TURN server that has credentials using the helm chart values.yaml? |
Is it possible to configure a Turn-Server? I could not find the needed settings
The text was updated successfully, but these errors were encountered: