From 845b71bb41285a8b703c85ddb80eaa319abe2ba2 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sun, 19 Jan 2025 12:13:39 -0700 Subject: [PATCH] remove unnecessary hls.js configs --- src/components/player/display/base.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/player/display/base.ts b/src/components/player/display/base.ts index c1ec707b..4af49127 100644 --- a/src/components/player/display/base.ts +++ b/src/components/player/display/base.ts @@ -149,8 +149,6 @@ export function makeVideoElementDisplayInterface(): DisplayInterface { throw new Error("HLS not supported. Update your browser. 🤦‍♂️"); if (!hls) { hls = new Hls({ - lowLatencyMode: true, - backBufferLength: 120, autoStartLoad: true, maxBufferSize: 500 * 1000 * 1000, // 500 mb of buffering, should load more fragments at once fragLoadPolicy: {