Closed WhiteOlivierus closed 10 months ago
Even when using the STUNServer example, I get the same result.
Has no one any idea?
Looks very much like a network connectivity problem. This in particular stun:localhost
seems very weird. If you're running a STUN server on the same machine as your WebRTC peer it will be stuck behind the same NAT. Nomrally the STUN server would be on a public static IP address out on the Internet.
Feel free to re-open issue if ti's still relveant.
I have been following this example. But I'm a little stuck. It seems to be that the DTLS handshake is having a timeout. I'm using STUNTMAN as STUN server. This is the out put when a connection is made.
And this is the output when WebRPC is trying to connect.
I have modified the code just a little bit, but not major enough that I thought there should be problems.
Can anyone give me a direction. I have been looking at this problem for over 2 days and no clue what should be done.