Replies: 1 comment
-
It should work fine even with TcpForce set to false. Check if external players can access your OME_HOST_IP:OME_WEBRTC_CANDIDATE_PORT/udp. If you are using Docker, check if the port is connected and not blocked by a firewall. |
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
-
The example server config is forcing TCP ice candidates. Requiring "transport=tcp" param on the connection. If I do false in the config a connection cannot be made. The iceconnection disconnects with a " Iceconnection Closed" message in the ovenplay demo at the very least. How to get UDP ice candidates working ? The config looks like
Beta Was this translation helpful? Give feedback.
All reactions