mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update VideoPlayer.vue
This commit is contained in:
parent
a0cdc6f0c4
commit
56a6848ca9
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ export default {
|
||||||
"streaming.bufferingGoal",
|
"streaming.bufferingGoal",
|
||||||
Math.max(this.getPreferenceNumber("bufferGoal", 10), 10),
|
Math.max(this.getPreferenceNumber("bufferGoal", 10), 10),
|
||||||
);
|
);
|
||||||
|
localPlayer.configure("streaming.bufferBehind", 300);
|
||||||
|
|
||||||
this.setPlayerAttrs(localPlayer, videoEl, uri, mime, this.$shaka);
|
this.setPlayerAttrs(localPlayer, videoEl, uri, mime, this.$shaka);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue