mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-14 06:10:28 +05:30
Enable useFullSegmentsForStartTime for faster initial loading.
This commit is contained in:
parent
299cb359a8
commit
610fe86c32
@ -315,6 +315,9 @@ export default {
|
|||||||
preferredAudioCodecs: ["opus", "mp4a"],
|
preferredAudioCodecs: ["opus", "mp4a"],
|
||||||
manifest: {
|
manifest: {
|
||||||
disableVideo: disableVideo,
|
disableVideo: disableVideo,
|
||||||
|
hls: {
|
||||||
|
useFullSegmentsForStartTime: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user