From: Chocobozzz Date: Fri, 23 Mar 2018 15:46:51 +0000 (+0100) Subject: Test to remove google as stun server X-Git-Tag: v1.0.0-beta.2~43 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b00d3770213d37a375710ec4446b743402c6146d;p=oweals%2Fpeertube.git Test to remove google as stun server --- diff --git a/client/src/assets/player/peertube-videojs-plugin.ts b/client/src/assets/player/peertube-videojs-plugin.ts index 29b38ee71..277603c9b 100644 --- a/client/src/assets/player/peertube-videojs-plugin.ts +++ b/client/src/assets/player/peertube-videojs-plugin.ts @@ -53,9 +53,6 @@ const webtorrent = new WebTorrent({ }, { urls: 'stun:stun.framasoft.org' - }, - { - urls: 'stun:stun.l.google.com:19302' } ] }