Do not support stream key UI or any persisted stream keys when overridden via cli flag. Closes #2749

This commit is contained in:
Gabe Kangas
2023-02-27 17:08:52 -08:00
parent 48dd490a50
commit 23a721857f
6 changed files with 25 additions and 9 deletions

View File

@@ -140,6 +140,7 @@ export interface ConfigDetails {
rtmpServerPort: string;
s3: S3Field;
streamKeys: StreamKey[];
streamKeyOverridden: boolean;
adminPassword: string;
videoSettings: VideoSettingsFields;
webServerPort: string;