mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-06 19:26:45 +01:00
feat: keep the last 5 minutes of buffer (#3665)
Build and Lint / build (push) Waiting to run
Azure Static Web Apps CI/CD / Build and Deploy Job (push) Waiting to run
Docker Multi-Architecture Build / build-docker-image (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Build and Lint / build (push) Waiting to run
Azure Static Web Apps CI/CD / Build and Deploy Job (push) Waiting to run
Docker Multi-Architecture Build / build-docker-image (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user