diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-12 16:41:29 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-16 10:33:27 +0200 |
commit | fd3c2e87051f5029cdec39d877b576a62f48e219 (patch) | |
tree | a3c657f178702a3363af680ed8ffb7cd038243b8 /client/src/assets/player/shared/webtorrent | |
parent | 0e6cd1c00f71554fe7375a96db693a6983951ba6 (diff) | |
download | PeerTube-fd3c2e87051f5029cdec39d877b576a62f48e219.tar.gz PeerTube-fd3c2e87051f5029cdec39d877b576a62f48e219.tar.zst PeerTube-fd3c2e87051f5029cdec39d877b576a62f48e219.zip |
Add playback metric endpoint sent to OTEL
Diffstat (limited to 'client/src/assets/player/shared/webtorrent')
-rw-r--r-- | client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts b/client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts index 9fd5f593e..fa3f48a9a 100644 --- a/client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts +++ b/client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts | |||
@@ -204,6 +204,8 @@ class WebTorrentPlugin extends Plugin { | |||
204 | } | 204 | } |
205 | 205 | ||
206 | this.updateVideoFile(newVideoFile, options) | 206 | this.updateVideoFile(newVideoFile, options) |
207 | |||
208 | this.player.trigger('engineResolutionChange') | ||
207 | } | 209 | } |
208 | 210 | ||
209 | flushVideoFile (videoFile: VideoFile, destroyRenderer = true) { | 211 | flushVideoFile (videoFile: VideoFile, destroyRenderer = true) { |
@@ -506,9 +508,7 @@ class WebTorrentPlugin extends Plugin { | |||
506 | source: 'webtorrent', | 508 | source: 'webtorrent', |
507 | http: { | 509 | http: { |
508 | downloadSpeed: 0, | 510 | downloadSpeed: 0, |
509 | uploadSpeed: 0, | 511 | downloaded: 0 |
510 | downloaded: 0, | ||
511 | uploaded: 0 | ||
512 | }, | 512 | }, |
513 | p2p: { | 513 | p2p: { |
514 | downloadSpeed: this.torrent.downloadSpeed, | 514 | downloadSpeed: this.torrent.downloadSpeed, |