mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
edit readme.
This commit is contained in:
parent
89f4e697c2
commit
aae55ea585
@ -119,7 +119,7 @@ Images are built using GitHub actions on every push and on weekly basis to keep
|
|||||||
|
|
||||||
### Why so many ports?
|
### Why so many ports?
|
||||||
- WebRTC needs UDP ports in order to transfer Audio/Video towards user and Mouse/Keyboard events to the server in real time.
|
- WebRTC needs UDP ports in order to transfer Audio/Video towards user and Mouse/Keyboard events to the server in real time.
|
||||||
- If you don't set `NEKO_ICELITE=true`, every user will need 2 UHow to use RTMP feature #88DP ports.
|
- If you don't set `NEKO_ICELITE=true`, every user will need 2 UDP ports.
|
||||||
- If you set `NEKO_ICELITE=true`, every user will need only 1 UDP port. It is **recommended** to use *ice-lite*.
|
- If you set `NEKO_ICELITE=true`, every user will need only 1 UDP port. It is **recommended** to use *ice-lite*.
|
||||||
- Do not forget, they are **UDP** ports, that configuration must be correct in your firewall/router/docker.
|
- Do not forget, they are **UDP** ports, that configuration must be correct in your firewall/router/docker.
|
||||||
- You can freely limit number of UDP ports. But you can't map them to different ports.
|
- You can freely limit number of UDP ports. But you can't map them to different ports.
|
||||||
|
Loading…
Reference in New Issue
Block a user