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

Does not work cross network. #690

Open
mozgenn opened this issue Sep 24, 2020 · 5 comments
Open

Does not work cross network. #690

mozgenn opened this issue Sep 24, 2020 · 5 comments

Comments

@mozgenn
Copy link

mozgenn commented Sep 24, 2020

When I host my broadcasting 1 - many users, it works when Users connect from my own network but doesn't work when someone tries to connect out of my network to see my broadcasting video.
I shifted to TURN completely, but still having issues. Users outside of my network can't see my broadcasting video.

@muaz-khan any help?

@KiltzX
Copy link

KiltzX commented Oct 22, 2020

What rtc server and socket you are using ?

@mozgenn
Copy link
Author

mozgenn commented Oct 23, 2020

@KiltzX creates our on STURN and TURN servers didn't work with anyone.
For socket, we are using socketio(nodeJS) on our separate server.

@KiltzX
Copy link

KiltzX commented Oct 23, 2020

In my case, i used STURN TURN servers from google : 'stun:stun.l.google.com:19302',
'stun:stun1.l.google.com:19302',
'stun:stun2.l.google.com:19302',
'stun:stun.l.google.com:19302?transport=udp',

try this :
var connection = new RTCMultiConnection();
connection.socketURL = YOU_RTC_SERVER + '/'

i newbie in rtc connection, i am developer in one company, we use RTCMultiConnection from Muaz to video call

@KiltzX
Copy link

KiltzX commented Oct 23, 2020

i recommend you to use signaling server : https://github.com/muaz-khan/RTCMultiConnection-Server

@xujingzhou
Copy link

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

3 participants