Skip to content

Commit

Permalink
feat(docker): Adds some docs about udp buffers.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Oct 29, 2024
1 parent 8fb60eb commit b8ca1e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/devops-guide/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,13 @@ If your setup does not have access to the Internet you'll need to disable STUN o
JVB_DISABLE_STUN=true
```
### Adjust UDP buffers
If you are experiencing issues with UDP traffic, like synchronization issues, skipping frames and similar, or if you expect a high traffic and big conferences, you might want to adjust the UDP buffer sizes.
You need to do that on the host system, that hosts the jvb container.
To do so you can get this [sysctl config file](https://github.com/jitsi/jitsi-videobridge/blob/master/config/20-jvb-udp-buffers.conf) and save it in `/etc/sysctl.d` and load it via: `sysctl --system`.
## Accessing server logs
The default bahavior of `docker-jitsi-meet` is to log to `stdout`.
Expand Down

0 comments on commit b8ca1e4

Please sign in to comment.