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

Open source signalling server for local networks? #35

Open
alioguzhan opened this issue Mar 9, 2017 · 2 comments
Open

Open source signalling server for local networks? #35

alioguzhan opened this issue Mar 9, 2017 · 2 comments

Comments

@alioguzhan
Copy link

Hi,

We are building a local audio and messaging system. There is no internet connection. Just LAN.
So, is there any open source signalling server for this webrtc-sdk, so we can install and run our own system without connecting pubnub's servers?

Thanks

@mikezucc
Copy link

mikezucc commented Jun 8, 2017

If you open webrtc-v2.js, you can see the list of google STUN/ICE servers that it uses. You could probably fork and modify webrtc-v2.js to provide your own list

@mikezucc
Copy link

mikezucc commented Jun 8, 2017

and then swap out the socket usage here with your own. will be a bit of work

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

2 participants