Browse Source

lower min vid rate re issue 989 (#157)

assuming no change required for gui slider on admin
pull/1886/head
controlfreak 5 years ago committed by GitHub
parent
commit
d50b58eb09
  1. 2
      web/utils/config-constants.tsx

2
web/utils/config-constants.tsx

@ -236,7 +236,7 @@ export const FRAMERATE_TOOLTIPS = { @@ -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…
Cancel
Save