Skip to content

Commit

Permalink
FFMPEG_LOGLEVEL for HA
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Aug 6, 2023
1 parent 702bb2b commit 068df73
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions app/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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",
Expand Down Expand Up @@ -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?",
Expand All @@ -131,9 +121,7 @@
"SUBSTREAM": "bool?"
}
],
"MEDIAMTX": [
"match(^\\w+=.*)?"
],
"MEDIAMTX": ["match(^\\w+=.*)?"],
"WB_HLS_URL": "str?",
"WB_RTMP_URL": "str?",
"WB_RTSP_URL": "str?",
Expand Down

0 comments on commit 068df73

Please sign in to comment.