diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-23 16:46:51 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-23 16:46:51 +0100 |
commit | b00d3770213d37a375710ec4446b743402c6146d (patch) | |
tree | baf036e0fe62804537cec3ccd46f1ee9ae5d21a3 | |
parent | d402fb5b7a7c0621b0d679958eb6d3af67e00273 (diff) | |
download | PeerTube-b00d3770213d37a375710ec4446b743402c6146d.tar.gz PeerTube-b00d3770213d37a375710ec4446b743402c6146d.tar.zst PeerTube-b00d3770213d37a375710ec4446b743402c6146d.zip |
Test to remove google as stun server
-rw-r--r-- | client/src/assets/player/peertube-videojs-plugin.ts | 3 |
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 | } |