forked from fediversity/fediversity
		
	Minor edits, updated firewall doc.
This commit is contained in:
		
							parent
							
								
									95e6b0e508
								
							
						
					
					
						commit
						4c6b1830bf
					
				
					 2 changed files with 9 additions and 6 deletions
				
			
		|  | @ -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) | ||||
|  |  | |||
|  | @ -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). | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Hans van Zijst
						Hans van Zijst