-
-
Save yetithefoot/7592580 to your computer and use it in GitHub Desktop.
{url:'stun:stun01.sipphone.com'}, | |
{url:'stun:stun.ekiga.net'}, | |
{url:'stun:stun.fwdnet.net'}, | |
{url:'stun:stun.ideasip.com'}, | |
{url:'stun:stun.iptel.org'}, | |
{url:'stun:stun.rixtelecom.se'}, | |
{url:'stun:stun.schlund.de'}, | |
{url:'stun:stun.l.google.com:19302'}, | |
{url:'stun:stun1.l.google.com:19302'}, | |
{url:'stun:stun2.l.google.com:19302'}, | |
{url:'stun:stun3.l.google.com:19302'}, | |
{url:'stun:stun4.l.google.com:19302'}, | |
{url:'stun:stunserver.org'}, | |
{url:'stun:stun.softjoys.com'}, | |
{url:'stun:stun.voiparound.com'}, | |
{url:'stun:stun.voipbuster.com'}, | |
{url:'stun:stun.voipstunt.com'}, | |
{url:'stun:stun.voxgratia.org'}, | |
{url:'stun:stun.xten.com'}, | |
{ | |
url: 'turn:numb.viagenie.ca', | |
credential: 'muazkh', | |
username: '[email protected]' | |
}, | |
{ | |
url: 'turn:192.158.29.39:3478?transport=udp', | |
credential: 'JZEOEt2V3Qb0y27GRntt2u2PAYA=', | |
username: '28224511:1379330808' | |
}, | |
{ | |
url: 'turn:192.158.29.39:3478?transport=tcp', | |
credential: 'JZEOEt2V3Qb0y27GRntt2u2PAYA=', | |
username: '28224511:1379330808' | |
} |
This is amazing! Thanks for the gist.
How much of this still working?
All TURN servers don't work anymore:
{
url: 'turn:numb.viagenie.ca',
credential: 'muazkh',
username: '[email protected]'
}
Is this list up to date? Can you recommend something to test if a TURN server is up?
How to test if a server still works?
@pahaz - you can create a free account @ http://numb.viagenie.ca
Hi,
Via https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/,
Tests of sturn servers easily lead to "done"
I have a "not reachable " when I test a turn servers. I precise that I already have an account for Numb
Thanks you @yetithefoot
All of the turn server in the list is no longer working.
i have used below stun and turn servers
Stun:
{url:'stun:stun.l.google.com:19302'}
Turn:
@"turn:turn.anyfirewall.com:443?transport=tcp"
@"/turn?username=webrtc&key=webrtc";
it is connecting in US, Singapore and India as well except "Canada" . Is there any server particularly for "Canada"..
Please anyone can help me to solve this..
Thanks
Can you please kindly attach code snipet?
{
"urls": [
"turn:13.250.13.83:3478?transport=udp"
],
"username": "YzYNCouZM1mhqhmseWk6",
"credential": "YzYNCouZM1mhqhmseWk6"
}
For Asia region
@choxx Thanks man
@choxx Thx
@choxx many many thanks
@emayoung , some turn server works,
Hi All,
I am still facing issues with these servers and getting unauthorised errors in android logcat.
Please read below thread on stack overflow and suggest something.
https://stackoverflow.com/questions/51483342/cross-network-video-chat-not-working
--
Thanks
Hi All,
I also tried below turn server:
PeerConnection.IceServer turnServer = new PeerConnection.IceServer("turn:13.250.13.83:3478?transport=udp", "YzYNCouZM1mhqhmseWk6", "YzYNCouZM1mhqhmseWk6");
But still getting unauthorized error.
--
Thanks
@choxx this turn server is not working.
whether any stun and turn server is working now? @sats17 @canopusgituser @choxx
url:'stun:stun1.l.google.com:19302' doesnot work in US?
thanks. turn account:
{
url: 'turn:numb.viagenie.ca',
credential: 'muazkh',
username: '[email protected]'
},
worked
are these turn servers secure ??
{
url: 'turn:numb.viagenie.ca',
credential: 'muazkh',
username: '[email protected]'
},
Fonctionne bien en RD Congo
Here is a free working production ready TURN Server: https://openrelayproject.org
Runs on port 80 and 443 with support for TCP to bypass most firewalls.
Here is a free working production ready TURN Server: https://openrelayproject.org Runs on port 80 and 443 with support for TCP to bypass most firewalls.
were you able to get it working with a matrix homeserver by any chance? I have been trying without luck so far
Many Thanks.