Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bgrozev
Copy link
Member

@bgrozev bgrozev commented Apr 17, 2020

No description provided.

@@ -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
Copy link
Member

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:

JVB_STUN_SERVERS=meet-jit-si-turnrelay.jitsi.net:443

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping?

Copy link

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..?

Copy link
Member

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```.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants