Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ndotie/6a4ced52fa6867f9c2ebf6b1b15ab916 to your computer and use it in GitHub Desktop.
Save ndotie/6a4ced52fa6867f9c2ebf6b1b15ab916 to your computer and use it in GitHub Desktop.
webRTC stun / turn server list
to check if the server works - https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice
//=========== WORKING TURN SERVER ===========
SOME COOL CRAZY TRICKS ABOUT WEBRTC THIS LINK https://github.com/muaz-khan
{
url: 'turn:numb.viagenie.ca',
credential: 'muazkh',
username: 'webrtc@live.com'
},
//========== END OF WORKING TURN SERVER =========
{
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'
},
{
url: 'turn:turn.bistri.com:80',
credential: 'homeo',
username: 'homeo'
},
{
url: 'turn:turn.anyfirewall.com:443?transport=tcp',
credential: 'webrtc',
username: 'webrtc'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment