From fd524c94465c47862417bc74e4a0ec1d4cb5e8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 27 Jan 2025 02:54:11 +0200 Subject: [PATCH] tune sub-streams --- hosts/fwminex/configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 3dd3de9..efd4d27 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -419,7 +419,7 @@ in ]; } { - path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=1"; + path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=2"; roles = [ "detect" ]; } ]; @@ -438,13 +438,13 @@ in roles = [ "audio" "record" - "detect" + #"detect" ]; } - #{ - # path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=2"; - # roles = [ "detect" ]; - #} + { + path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=2"; + roles = [ "detect" ]; + } ]; }; };