Add width+height resizing to variant settings. Closes https://github.com/owncast/owncast/issues/700

This commit is contained in:
Gabe Kangas
2021-02-07 17:03:02 -08:00
parent 26bbd48d4d
commit 8ea0daab69
3 changed files with 56 additions and 7 deletions

View File

@@ -168,6 +168,8 @@ export const DEFAULT_VARIANT_STATE: VideoVariant = {
audioPassthrough: true, // if false, then CAN set audiobitrate
audioBitrate: 0,
cpuUsageLevel: 3,
scaledHeight: null,
scaledWidth: null,
};
export const DEFAULT_SOCIAL_HANDLE: SocialHandle = {