Add width+height resizing to variant settings. Closes https://github.com/owncast/owncast/issues/700
This commit is contained in:
@@ -56,6 +56,9 @@ export interface VideoVariant {
|
||||
audioBitrate: number;
|
||||
videoPassthrough: boolean;
|
||||
videoBitrate: number;
|
||||
|
||||
scaledWidth: number;
|
||||
scaledHeight: number;
|
||||
}
|
||||
export interface VideoSettingsFields {
|
||||
latencyLevel: number;
|
||||
|
||||
Reference in New Issue
Block a user