avspeed / wecbrtc-WPFDemo

iConfRTC WebRTC Video Conferencing WPF Demo (c#).
https://avspeed.github.io
19 stars 3 forks source link

stun/turn server for WPFDemo #1

Open Vkirnov opened 5 years ago

Vkirnov commented 5 years ago

Greetings. My problem is that if the WPFDemo uses only signaling server, then the work is limited to the settings of the router. To make it work everywhere i am trying to use stun or turn server like that:

rtcc.AddIceServer(url: "numb.viagenie.ca", userName: "support@avspeed.com", password: "avspeedwebrtc", clearFirst: false, type: "turn");

But it also does not help on some routers. Is there any solution of the problem?

avspeed commented 5 years ago

@Vkirnov Hello, when you say some routers, where did you run into issues exactly ?

Vkirnov commented 5 years ago

On one router it works even without turn or stun , but on Asus rt-ac5300 no. How can I be sure that the traffic will go on the turn server and can I somehow force it to do so?

Vkirnov commented 5 years ago

Or may be I can add Media server using the same way like "AddIceServer" ?