mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Enable useFullSegmentsForStartTime for faster initial loading.
This commit is contained in:
parent
299cb359a8
commit
610fe86c32
1 changed files with 3 additions and 0 deletions
|
@ -315,6 +315,9 @@ export default {
|
|||
preferredAudioCodecs: ["opus", "mp4a"],
|
||||
manifest: {
|
||||
disableVideo: disableVideo,
|
||||
hls: {
|
||||
useFullSegmentsForStartTime: true,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue