Enable useFullSegmentsForStartTime for faster initial loading.

This commit is contained in:
FireMaskterK 2021-11-07 13:52:40 +00:00
parent 299cb359a8
commit 610fe86c32
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -315,6 +315,9 @@ export default {
preferredAudioCodecs: ["opus", "mp4a"],
manifest: {
disableVideo: disableVideo,
hls: {
useFullSegmentsForStartTime: true,
},
},
});