]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Test to remove google as stun server
authorChocobozzz <me@florianbigard.com>
Fri, 23 Mar 2018 15:46:51 +0000 (16:46 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 23 Mar 2018 15:46:51 +0000 (16:46 +0100)
client/src/assets/player/peertube-videojs-plugin.ts

index 29b38ee7105b3dcfcbbc5eba56e955837d9dca34..277603c9be619eecbeb8297dfb0c00170663b656 100644 (file)
@@ -53,9 +53,6 @@ const webtorrent = new WebTorrent({
         },
         {
           urls: 'stun:stun.framasoft.org'
-        },
-        {
-          urls: 'stun:stun.l.google.com:19302'
         }
       ]
     }