mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
lower min vid rate re issue 989 (#157)
assuming no change required for gui slider on admin
This commit is contained in:
parent
eb1c03c15f
commit
d50b58eb09
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ export const FRAMERATE_TOOLTIPS = {
|
|||
};
|
||||
// VIDEO VARIANT FORM - bitrate
|
||||
export const VIDEO_BITRATE_DEFAULTS = {
|
||||
min: 600,
|
||||
min: 400,
|
||||
max: 6000,
|
||||
defaultValue: 1200,
|
||||
unit: 'kbps',
|
||||
|
|
Loading…
Reference in a new issue