aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-23 16:46:51 +0100
committerChocobozzz <me@florianbigard.com>2018-03-23 16:46:51 +0100
commitb00d3770213d37a375710ec4446b743402c6146d (patch)
treebaf036e0fe62804537cec3ccd46f1ee9ae5d21a3 /client/src/assets
parentd402fb5b7a7c0621b0d679958eb6d3af67e00273 (diff)
downloadPeerTube-b00d3770213d37a375710ec4446b743402c6146d.tar.gz
PeerTube-b00d3770213d37a375710ec4446b743402c6146d.tar.zst
PeerTube-b00d3770213d37a375710ec4446b743402c6146d.zip
Test to remove google as stun server
Diffstat (limited to 'client/src/assets')
-rw-r--r--client/src/assets/player/peertube-videojs-plugin.ts3
1 files changed, 0 insertions, 3 deletions
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({
53 }, 53 },
54 { 54 {
55 urls: 'stun:stun.framasoft.org' 55 urls: 'stun:stun.framasoft.org'
56 },
57 {
58 urls: 'stun:stun.l.google.com:19302'
59 } 56 }
60 ] 57 ]
61 } 58 }