Update VideoPlayer.vue

This commit is contained in:
nieve 2024-06-09 23:37:47 -04:00
parent a0cdc6f0c4
commit 56a6848ca9

View file

@ -364,6 +364,7 @@ export default {
"streaming.bufferingGoal",
Math.max(this.getPreferenceNumber("bufferGoal", 10), 10),
);
localPlayer.configure("streaming.bufferBehind", 300);
this.setPlayerAttrs(localPlayer, videoEl, uri, mime, this.$shaka);
});