Fix table
This commit is contained in:
10
README.md
10
README.md
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user