From b00d3770213d37a375710ec4446b743402c6146d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 23 Mar 2018 16:46:51 +0100 Subject: Test to remove google as stun server --- client/src/assets/player/peertube-videojs-plugin.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'client/src/assets') 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' } ] } -- cgit v1.2.3