aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/assets/player/p2p-media-loader/hls-plugin.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/assets/player/p2p-media-loader/hls-plugin.ts b/client/src/assets/player/p2p-media-loader/hls-plugin.ts
index cf8cb824d..ca7a341b4 100644
--- a/client/src/assets/player/p2p-media-loader/hls-plugin.ts
+++ b/client/src/assets/player/p2p-media-loader/hls-plugin.ts
@@ -226,6 +226,7 @@ class Html5Hlsjs {
226 226
227 if (this.errorCounts[ Hlsjs.ErrorTypes.MEDIA_ERROR ] > 2) { 227 if (this.errorCounts[ Hlsjs.ErrorTypes.MEDIA_ERROR ] > 2) {
228 console.info('bubbling media error up to VIDEOJS') 228 console.info('bubbling media error up to VIDEOJS')
229 this.hls.destroy()
229 this.tech.error = () => error 230 this.tech.error = () => error
230 this.tech.trigger('error') 231 this.tech.trigger('error')
231 return 232 return