-
Notifications
You must be signed in to change notification settings - Fork 294
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
TURN Server Support #33
Comments
I would love to see that too. I would allow us to use webtrc.io within institution/companies networks. It would be a very useful addition. Any update on that? |
If you set the rtc.SERVER function to this and have a nice turn server it should work good. I did try it with rtc.SERVER = function() {
}; |
Thanks! I'll try that! By the way, the webrtc.io demo is down. Cheers |
Hi, I tested a server associated TURN (http://numb.viagenie.ca/), on two computers with Chrome Canary I have problems, but in Chrome stable out errors like: Uncaught Error: NotSupportedError: DOM Exception 9 webrtc.io.js: 258 Uncaught TypeError: Can not call method 'setRemoteDescription' of undefined webrtc.io.js: 332 I found a link that says Chrome> 28 does not use the new URI TURN server: https://code.google.com/p/webrtc/issues/detail?id=1944 Thanks for your attention and help. Jorge Rubiano. |
Remember to not have a @ in the url. Make sure to url encode /Dennis Dennis Mårtensson QR code for reading contact data in to phone. On Wednesday, June 26, 2013 at 16:39 , Jorger wrote:
|
Hello, thank you very much for the help, currently I have the following code: return { Under the direction of Numb registration email, it tells me: STUN / TURN Server: numb.viagenie.ca According to the link the correct form is: var pc_config = {iceServers: [{url: 'turn: username@numb.viagenie.ca: 3478', credential: 'password'}]}; https://groups.google.com/forum/ #! topic/discuss-webrtc/bnC1vLVfdX0 This means that the configuration would be: return { And as I see you must use the port 3478. I appreciate the attention and help, and I hope I was clear in my questions Jorge Rubiano. |
"Remember to not have a @ in the url. Make sure to url encode" replace @ by %40 |
how to make webrtc on localhost? and how to set that server? |
Hello, webrtc.io is excellent, it works great, but I have problems in some places associated with the firewall, I read about TURN server, I wonder if webrtc.io has support for TURN, since in the code I have not found reference , STUN only.
Thanks for the care and support provided.
Jorge Rubiano.
The text was updated successfully, but these errors were encountered: