1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-13 13:50:27 +05:30

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,
},
},
});