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