Add support for parallel segment fetching.

This commit is contained in:
Kavin 2023-08-31 10:21:57 +01:00
parent 0dd45b68c7
commit 0b481d8c44
No known key found for this signature in database
GPG key ID: 6E4598CA5C92C41F

View file

@ -516,6 +516,9 @@ export default {
manifest: {
disableVideo: disableVideo,
},
streaming: {
segmentPrefetchLimit: 10,
},
});
const quality = this.getPreferenceNumber("quality", 0);