From 068df733f04439848a30e6b21973d6010a71841e Mon Sep 17 00:00:00 2001 From: mrlt8 <67088095+mrlt8@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:24:27 -0700 Subject: [PATCH] FFMPEG_LOGLEVEL for HA --- app/config.json | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/app/config.json b/app/config.json index 54a09f3e..ecf19fe4 100644 --- a/app/config.json +++ b/app/config.json @@ -5,11 +5,7 @@ "url": "https://github.com/mrlt8/docker-wyze-bridge", "image": "mrlt8/wyze-bridge", "version": "2.3.14", - "arch": [ - "armv7", - "aarch64", - "amd64" - ], + "arch": ["armv7", "aarch64", "amd64"], "startup": "application", "boot": "auto", "apparmor": false, @@ -34,14 +30,8 @@ "IMG_DIR": "media/wyze/img/", "RECORD_PATH": "media/wyze/{CAM_NAME}" }, - "map": [ - "config:rw", - "media:rw", - "ssl:ro" - ], - "services": [ - "mqtt:want" - ], + "map": ["config:rw", "media:rw", "ssl:ro"], + "services": ["mqtt:want"], "ingress": true, "ingress_port": 5000, "panel_icon": "mdi:bridge", @@ -107,7 +97,7 @@ "LOG_LEVEL": "list(INFO|DEBUG)?", "LOG_FILE": "bool?", "LOG_TIME": "bool?", - "DEBUG_FFMPEG": "bool?", + "FFMPEG_LOGLEVEL": "list(quiet|panic|fatal|error|warning|info|verbose|debug)?", "IGNORE_RES": "int?", "BOA_ENABLED": "bool?", "BOA_INTERVAL": "int?", @@ -131,9 +121,7 @@ "SUBSTREAM": "bool?" } ], - "MEDIAMTX": [ - "match(^\\w+=.*)?" - ], + "MEDIAMTX": ["match(^\\w+=.*)?"], "WB_HLS_URL": "str?", "WB_RTMP_URL": "str?", "WB_RTSP_URL": "str?",