Add width+height resizing to variant settings. Closes https://github.com/owncast/owncast/issues/700
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user