Minor edits, updated firewall doc.

This commit is contained in:
Hans van Zijst 2024-11-25 15:27:03 +01:00 committed by Valentin Gagarin
parent 95e6b0e508
commit 4c6b1830bf
2 changed files with 9 additions and 6 deletions

View file

@ -55,7 +55,7 @@ apt install golang
```
# lk-jwt-service {#livekit}
# lk-jwt-service {#lkjwt}
Get the latest source code and comile it (preferably *NOT* as root):
@ -140,7 +140,7 @@ Now enable and start this thing:
systemctl enable --now lk-jwt-service
```
# LiveKit
# LiveKit {#livekit}
The actual SFU, Selective Forwarding Unit, is LiveKit. Downloading and
installing is easy: download the [binary from Github](https://github.com/livekit/livekit/releases/download/v1.8.0/livekit_1.8.0_linux_amd64.tar.gz)

View file

@ -10,9 +10,12 @@ First idea: the ports that need to be opened are:
| :-------------: | :--------: | :------: | :--------------------- |
| 80, 443 | IPv4/IPv6 | TCP | nginx, reverse proxy |
| 8443 | IPv4/IPv6 | TCP | nginx, federation |
| 3478, 5349 | IPv4 | TCP/UDP | coturn, TURN |
| 50000-60000 | IPv4 | UDP | coturn, TURN |
| 7881 | IPv4/IPv6 | TCP/UDP | coturn/LiveKit TURN |
| 3478 | IPv4 | UDP | coturn/LiveKit TURN |
| 5349 | IPv4 | TCP | coturn/LiveKit TURN |
| 50000-60000 | IPv4 | TCP/UDP | coturn/LiveKit TURN |
The ports necessary for TURN depend very much on the specific [configuration
of coturn](../coturn#configuration).
The ports necessary for TURN depend very much on the specific configuration
[coturn](../coturn#configuration) or [LiveKit](../element-call#livekit).