mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-19 21:47:14 +00:00
remove unnecessary hls.js configs
This commit is contained in:
parent
3a7247d677
commit
845b71bb41
1 changed files with 0 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue