From 1f777dd46e0ab4c095a07d281086a9b41116baad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 13 Feb 2025 07:31:57 +0000 Subject: [PATCH] disable go2rtc for a while --- modules/services/frigate/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/services/frigate/default.nix b/modules/services/frigate/default.nix index 34e053a..73421eb 100644 --- a/modules/services/frigate/default.nix +++ b/modules/services/frigate/default.nix @@ -31,6 +31,17 @@ in detect = { enabled = true; }; + + go2rtc = { + streams = { + #vno4-dome-panorama = { + # path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0"; + #}; + #vno4-dome-ptz = { + # path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0"; + #}; + }; + }; detectors = { coral = { type = "edgetpu";