mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
fix: bad shaka config
This commit is contained in:
parent
1a85f84d18
commit
5bf10a10fd
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue