fix: bad shaka config

This commit is contained in:
Shiny Nematoda 2024-07-22 13:24:21 +00:00
parent 1a85f84d18
commit 5bf10a10fd

View file

@ -82,6 +82,9 @@ async function Stream() {
manifest: {
disableVideo: true,
disableThumbnails: true,
dash: {
ignoreMinBufferTime: true,
},
},
streaming: {
segmentPrefetchLimit: 2,
@ -89,9 +92,6 @@ async function Stream() {
rebufferingGoal: 1,
stallEnabled: true,
},
dash: {
ignoreMinBufferTime: true,
},
});
window.audioPlayer = audioPlayer;