-
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
Open
bgrozev
wants to merge
1
commit into
master
Choose a base branch
from
use-meet-stun-servers
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4
−4
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
`JVB_PORT` | UDP port for media used by Jitsi Videobridge | 10000 | ||
`JVB_TCP_HARVESTER_DISABLED` | Disable the additional harvester which allows video over TCP (rather than just UDP) | true | ||
`JVB_TCP_PORT` | TCP port for media used by Jitsi Videobridge when the TCP Harvester is enabled | 4443 | ||
|
@@ -451,10 +451,10 @@ Variable | Description | Default value | |
If running in a LAN environment (as well as on the public Internet, via NAT) is a requirement, | ||
the ``DOCKER_HOST_ADDRESS`` should be set. This way, the Videobridge will advertise the IP address | ||
of the host running Docker instead of the internal IP address that Docker assigned it, thus making [ICE] | ||
succeed. If your users are coming in over the Internet (and not over LAN), this will likely be your public IP address. If this is not set up correctly, calls will crash when more than two users join a meeting. | ||
succeed. If your users are coming in over the Internet (and not over LAN), this will likely be your public IP address. If this is not set up correctly, calls will fail when more than two users join a meeting. | ||
|
||
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 commentThe 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) |
||
|
||
## Build Instructions | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
docker-jitsi-meet/env.example
Line 210 in 4e2cec6
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 thanstun.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.