mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add support for parallel segment fetching.
This commit is contained in:
parent
0dd45b68c7
commit
0b481d8c44
1 changed files with 3 additions and 0 deletions
|
@ -516,6 +516,9 @@ export default {
|
|||
manifest: {
|
||||
disableVideo: disableVideo,
|
||||
},
|
||||
streaming: {
|
||||
segmentPrefetchLimit: 10,
|
||||
},
|
||||
});
|
||||
|
||||
const quality = this.getPreferenceNumber("quality", 0);
|
||||
|
|
Loading…
Reference in a new issue