From b9c96a63a2faa520daa65605a96b5600c2630088 Mon Sep 17 00:00:00 2001 From: Alfonso Gamboa Date: Sun, 15 May 2022 20:39:58 -0700 Subject: [PATCH] fix last bitrate variable --- SD_ROOT/wz_mini/run_mmc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SD_ROOT/wz_mini/run_mmc.sh b/SD_ROOT/wz_mini/run_mmc.sh index 9b3034f..871b3df 100755 --- a/SD_ROOT/wz_mini/run_mmc.sh +++ b/SD_ROOT/wz_mini/run_mmc.sh @@ -385,7 +385,7 @@ if [[ "$RTSP_HI_RES_ENABLED" == "true" ]]; then fi if [[ "$RTSP_HI_RES_TARGET_BITRATE" != "" ]]; then - watch -n5 -t "/system/bin/impdbg --enc_rc_s 0:52:4:RTSP_HI_RES_TARGET_BITRATE" > /dev/null 2>&1 & + watch -n5 -t "/system/bin/impdbg --enc_rc_s 0:52:4:$RTSP_HI_RES_TARGET_BITRATE" > /dev/null 2>&1 & fi else