Fix table

This commit is contained in:
Linus Gasser
2026-05-29 10:50:38 +02:00
parent c7f56bf13a
commit c3b9909b51

View File

@ -96,12 +96,10 @@ to use a chromium based browser, else the connections fail!
This recipe publishes ports directly on the host for WebRTC media transport. These carry raw RTP media packets and are not routed through Traefik. The WebSocket signaling endpoint (`wss://LIVEKIT_DOMAIN`) is routed through Traefik as normal.
| Port | Protocol | Purpose |
|------|----------|---------|
| 7881 | TCP | WebRTC ICE over TCP (fallback when UDP is blocked) |
| 7882 | UDP | WebRTC ICE over UDP (primary media transport) |
| 443 | UDP | TURN relay (enabled by default via `compose.turn.yml`) |
| 30000-30009 | UDP | TURN relay allocation ports |
- **7881/TCP** — WebRTC ICE over TCP (fallback when UDP is blocked)
- **7882/UDP** — WebRTC ICE over UDP (primary media transport)
- **443/UDP** — TURN relay (enabled by default via `compose.turn.yml`)
- **30000-30009/UDP** — TURN relay allocation ports
Your firewall must allow inbound traffic on these ports.