mediasoup-client:Transport ICE candidate error

Hi,

On Monday I moved our Node.JS/REACT application from

mediasoup-client 3.10.1 to 3.11.0

mediasoup 3.5.18 to 3.16.0

and sometimes I’m getting the following warning in Chrome, which as far as I know was never printed out before:

mediasoup-client:WARN:Transport ICE candidate error [url:turn:turn1.webrtc.xxxx.xx:443?transport=tcp, localAddress:192.168.2.x, localPort:63362]: 701 “Address not associated with the desired network interface.”

I have obfuscated the turn server address in the log to xxx.xx.

The application seems to work without problems, but of course the warning worries me. I have tested it from various geographical distributed networks to eleiminate routing or network issues, and the warning keeps popping up. Anybody sees similar problems?

Thanks!

Those logs were introduced in a recent version. BTW those messages come from your coturn server.

Thanks. I do not see anything strange in my coturn logs. I will try to observe this in more detail.

I’m guessing that you have multiple network interfaces and some won’t successfully connect. If not mistaken all interfaces get checked so that warning is just a heads up for testing purposes. It’s not an error.

Got it, thanks!