You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, we should be running TURN and the web server on the same port, but I don't know how to have net/http and pion/turn share the same port. I've filed a feature request with Pion: pion/turn#418
Officially assigned port to TURN / STUN is 3478 (see https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers for unoffical list).
It is also the port used by Microsoft Teams, so most organisations with allow it.
Why default to 1194, which is assigned to Openvpn, instead of the offical port ?
Nb: of course, the -turn :3478 can be used
The text was updated successfully, but these errors were encountered: