Hi all!
We are using two external STUN/TURN servers (based on coturn) in our deployment. openVidu is deployed on another dedicated server as described in the docs. We are passing our two own coturn servers to the openvidu-browser via “OpenVidu.setAdvancedConfiguration” and can confirm that they are used on the client side.
Is there anything else we have to do on the server side? Is it OK that coturn is running on the openVidu-Server and that it is not used?
In the logfiles of KMS we can see some warnings:
info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:566 WebRtcEndpointImpl() STUN port not found in config; using default value: 3478
info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:574 WebRtcEndpointImpl() STUN server not found in config; remember that NAT traversal requires STUN or TURN
info KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:597 WebRtcEndpointImpl() TURN server not found in config; remember that NAT traversal requires STUN or TURN
Can we ignore these warnings or do we have to tell KMS somehow to use our two external STUN/TURN servers?
Thanks and kind regards!