update segments editor to use new latency api

This commit is contained in:
gingervitis
2021-01-18 12:11:48 -08:00
committed by Gabe Kangas
parent 451912aa57
commit 573d21d7e7
6 changed files with 35 additions and 105 deletions

View File

@ -28,8 +28,7 @@ export const initialServerConfigState: ConfigDetails = {
instanceUrl: '',
},
videoSettings: {
numberOfPlaylistItems: 5,
segmentLengthSeconds: 4,
latencyLevel: 4,
videoQualityVariants: [DEFAULT_VARIANT_STATE],
}
};