remove unnecessary hls.js configs

This commit is contained in:
Pas 2025-01-19 12:13:39 -07:00
parent 3a7247d677
commit 845b71bb41

View file

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