Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webrtc video chat not working in different networks after lesson 6 #106

Open
Hassan3152 opened this issue Sep 17, 2019 · 12 comments
Open

Webrtc video chat not working in different networks after lesson 6 #106

Hassan3152 opened this issue Sep 17, 2019 · 12 comments

Comments

@Hassan3152
Copy link

It works fine on same network but does not work on different network. i have installed coturn on azure online server, but also not working. any help on this.

@damishshah
Copy link

One thing it could be is that you need to connect via https which involves some kind of signed certificates returned by your node server. What issue are you facing? You can also use "chrome://webrtc-internals/" in chrome to help debug. It'll list all of the network calls that are being made and help you narrow down your problem.

@youngAe
Copy link

youngAe commented May 26, 2020

After 'npm install' as you said, some problem was happened.

found 1 low severity vulnerability
run npm audit fix to fix them, or npm audit for details

So, I did input to my visual studio code npm audit,
The response was that.

Low Prototype Pollution
Package minimist
Patched in >=0.2.1 <1.0.0 || >=1.2.3
Dependency of node-static
Path node-static > optimist > minimist
More info https://npmjs.com/advisories/1179

Before chrome://webrtc-internals as you said,
I could not go any step more.
This situation was only for me?

@vino6665
Copy link

It works fine on same network but does not work on different network. i have installed coturn on azure online server, but also not working. any help on this.

hi ...i m even struggling to get on same network itself...could you send the available code to me...thanks

@RisingGeek
Copy link

Hi, @Hassan3152 . I am also struggling with the same issue. I tried to add a stun server for obtaining public IP address. But, that does not fire an event for iceconnectionstatechange. Have you found any solution?

@borhanreo
Copy link

Me too also struggling with this same issue

@RisingGeek
Copy link

I added STUN and TURN servers. It's working now. Just one issue, after around 7-10 minutes, WebRTC connection is closed.

@shivamag00
Copy link

shivamag00 commented Sep 29, 2020

Yes... I got a free TURN server from XirSys. And on adding the TURN url in the configuration named object , it works fine

@mrpkdeveloper
Copy link

Yes... I got a free TURN server from XirSys. And on adding the TURN url in the configuration named object , it works fine

can u please share how did u do that . i am also facing the same error.

1 similar comment
@RitikParikhCTL
Copy link

Yes... I got a free TURN server from XirSys. And on adding the TURN url in the configuration named object , it works fine

can u please share how did u do that . i am also facing the same error.

@3009aksingh
Copy link

@RitikParikhCTL Did your error got resolved? Anyone please consider sharing a good resource of TURN and STUN server. I followed the steps while searching online but seems like I am not installing it properly. Any help would be highly appreciated. Thanks!

@shivamag00
Copy link

@mrpkdeveloper @RitikParikhCTL @3009aksingh
You can get free TURN/STUN server from Xirsys. Create an account, get a token, create a channel and then go to static TURN credentials.

@Davud44
Copy link

Davud44 commented Dec 11, 2021

@mrpkdeveloper @RitikParikhCTL @3009aksingh You can get free TURN/STUN server from Xirsys. Create an account, get a token, create a channel and then go to static TURN credentials.

can you share source code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests