Replies: 1 comment
-
Is it possible to support full-ice on the basis of lite-ice? This way, deploying SRS behind NAT can be done without relying on public network candidates. SRS can be used as a P2P client. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes UDP8000 is not accessible, so supporting multiple UDP ports would be more appropriate.
IP:
Ports:
Protocols:
This way, there will be 6 candidates, and the connectivity will be excellent.
Choose one of the two protocols, UDP or TCP, to avoid priority routing and switching issues; mainly use TCP when UDP is completely unusable.
PS: There is also a TURN/TCP method, which actually uses TURN to convert TCP to UDP, without requiring additional work from the server. However, it requires users to deploy a TURN server separately, making it very inconvenient to use.
Beta Was this translation helpful? Give feedback.
All reactions