-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update docs to use the Jitsi STUN server #474
base: master
Are you sure you want to change the base?
Conversation
@@ -424,7 +424,7 @@ Variable | Description | Default value | |||
`JICOFO_AUTH_PASSWORD` | XMPP password for Jicofo client connections | passw0rd | |||
`JVB_AUTH_USER` | XMPP user for JVB MUC client connections | jvb | |||
`JVB_AUTH_PASSWORD` | XMPP password for JVB MUC client connections | passw0rd | |||
`JVB_STUN_SERVERS` | STUN servers used to discover the server's public IP | stun.l.google.com:19302, stun1.l.google.com:19302, stun2.l.google.com:19302 | |||
`JVB_STUN_SERVERS` | STUN servers used to discover the server's public IP | none |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default is already our own server:
Line 210 in 4e2cec6
JVB_STUN_SERVERS=meet-jit-si-turnrelay.jitsi.net:443 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I test telnet meet-jit-si-turnrelay.jitsi.net 443
is working. by the way, can you help me to explain what is the benefit of using jitsi stun server. is it faster than stun.l.google..
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It’s not a Google server. You are free to use whichever you want.
|
||
The public IP address is discovered via [STUN]. STUN servers can be specified with the ``JVB_STUN_SERVERS`` | ||
option. | ||
option. For the STUN server provided by Jitsi use ```meet-jit-si-turnrelay.jitsi.net:443```. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These change need to be applied to https://github.com/jitsi/handbook/blob/master/docs/devops-guide/docker.md (cf: #601)
No description provided.