Fix table

This commit is contained in:
Linus Gasser
2026-05-29 11:14:54 +02:00
parent c7f56bf13a
commit c3b9909b51
+4 -6
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. 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)
| 7881 | TCP | WebRTC ICE over TCP (fallback when UDP is blocked) | - **443/UDP** — TURN relay (enabled by default via `compose.turn.yml`)
| 7882 | UDP | WebRTC ICE over UDP (primary media transport) | - **30000-30009/UDP** — TURN relay allocation ports
| 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. Your firewall must allow inbound traffic on these ports.