WebRtc.NET icon indicating copy to clipboard operation
WebRtc.NET copied to clipboard

Both STUN and TURN is not working in demo

Open Aeroxander opened this issue 8 years ago • 2 comments

With another javascript-only demo the TURN server/app works fine.

Locally WebRtc.NET works good also.

What can be the issue? The iceconnectionstatechange fails and no packets get received. It can't be my fault right 😛

Aeroxander avatar Sep 04 '17 08:09 Aeroxander

I'm trying to reverse the offer etc. (so it's in C#) and check if it works that way, probably won't make a difference but whatever (an example of the reverse offer would be great, though I can share it if mine is done) Doesn't seem to fix the problem.

Aeroxander avatar Sep 04 '17 13:09 Aeroxander

I'll try run node.js in C# with WebRTC if there is no fix...

I can't seem to fix the problem. It must be something internally.

I do see I don't get any relay candidates with a remote IP of my TURN server, only 0.0.0.0. But I have no idea how to solve that.

Is it due to that the C# app runs locally and not on the domain like the javascript app that it doesn't work?

Aeroxander avatar Sep 14 '17 11:09 Aeroxander