From 19d67fad530e8cadfd06f10901d986b26b0608cf Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Wed, 9 Sep 2026 15:09:25 -0400 Subject: [PATCH] frigate audio and substream --- apps/frigate/config.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/frigate/config.yaml b/apps/frigate/config.yaml index 09c4daf..6fba2b3 100644 --- a/apps/frigate/config.yaml +++ b/apps/frigate/config.yaml @@ -21,6 +21,17 @@ data: onnx: type: onnx + detect: + enabled: true + + audio: + enabled: true + listen: + - cat + - meow + - hiss + - fart + objects: track: - person @@ -66,5 +77,8 @@ data: input_args: preset-rtsp-restream roles: - record + - path: rtsp://127.0.0.1:8554/c200_1_sub + input_args: preset-rtsp-restream + roles: - detect - audio