Skip to content

Instantly share code, notes, and snippets.

@yetithefoot
Forked from zziuni/stuns
Last active April 2, 2024 10:49
Show Gist options
  • Save yetithefoot/7592580 to your computer and use it in GitHub Desktop.
Save yetithefoot/7592580 to your computer and use it in GitHub Desktop.
STUN+TURN servers list
{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: 'webrtc@live.com'
},
{
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'
}
@Sai-Jiang
Copy link

@choxx Thx

@neo125874
Copy link

@choxx many many thanks

@YeYongFen
Copy link

@emayoung , some turn server works,

@canopusgituser
Copy link

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

@canopusgituser
Copy link

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

@sats17
Copy link

sats17 commented Sep 4, 2018

@choxx this turn server is not working.

@RamyaAshika
Copy link

whether any stun and turn server is working now? @sats17 @canopusgituser @choxx

@bhuvaneshwariarkala
Copy link

url:'stun:stun1.l.google.com:19302' doesnot work in US?

@qttq23
Copy link

qttq23 commented Jun 10, 2020

thanks. turn account:
{
url: 'turn:numb.viagenie.ca',
credential: 'muazkh',
username: 'webrtc@live.com'
},

worked

@Vatsalya-singhi
Copy link

are these turn servers secure ??

@Frdrcpeter007
Copy link

Frdrcpeter007 commented Jan 1, 2021

{
url: 'turn:numb.viagenie.ca',
credential: 'muazkh',
username: 'webrtc@live.com'
},

Fonctionne bien en RD Congo

@mlakkadshaw
Copy link

mlakkadshaw commented Feb 12, 2022

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.

@kavemang
Copy link

kavemang commented Aug 5, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment