From d50b58eb095396f186a25412a2bcb14aae8cce70 Mon Sep 17 00:00:00 2001 From: controlfreak <67573032+controlfreakstudio@users.noreply.github.com> Date: Fri, 7 May 2021 10:50:47 +1200 Subject: [PATCH] lower min vid rate re issue 989 (#157) assuming no change required for gui slider on admin --- web/utils/config-constants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/utils/config-constants.tsx b/web/utils/config-constants.tsx index 2953d8f94..d0fbbee87 100644 --- a/web/utils/config-constants.tsx +++ b/web/utils/config-constants.tsx @@ -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',