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: {