-
Notifications
You must be signed in to change notification settings - Fork 73
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
Make a conscious choice about default ICE server configuration #34
Comments
I did now some extensive checks and found the following for me: I tried to connect two clients with my game (WIP) where one of them ran on either
In all cases the matchbox_server was hosted on a different server This is what came out:
I cross-checked in a few cases with your box_game by the way and there were no differences with your game (matchbox_socket 0.3 I believe) and mine (matchbox_socket from master branch) Now it would be interesting what results we get when we connect from different countries or even continents :) |
Is this still valid after #87 ? |
I no longer have connection issues in FF on linux, so for me google's stun servers seem to work fine. I'm not sure what's causing the timeouts on chromium linux, though, but that has its own issue (#35). @heartlabs: if you still have connection issues in chrome on windows where it should work, I think it would make sense to open a new issue. |
In matchbox 0.3, we defaulted to
stun:stun.johanhelsing.studio:3478
, that seemed to work fine for me on:@heartlabs reported some problems with stun requests timing out in Chromium. So we switched to "stun:stun.l.google.com:19302", which seemed to work fine.]
I did some tests on various platforms recently, and although everything seems to work fine with Google's stun server on windows, I no longer get connections in Firefox on linux.
@heartlabs what os and browser + version did you experience the timeouts with?
The text was updated successfully, but these errors were encountered: