From 1b6a8249c1e6a72d840d410f81538bc8b195a0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 15 Feb 2025 12:18:34 +0200 Subject: [PATCH] frigate: fix protocol --- modules/services/frigate/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/frigate/default.nix b/modules/services/frigate/default.nix index b03cfc0..efedc62 100644 --- a/modules/services/frigate/default.nix +++ b/modules/services/frigate/default.nix @@ -134,7 +134,7 @@ in } { #path = "rtsp://localhost:8554/vno4-dome-ptz-med"; - path = "ffmpeg:rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=1"; + path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=1"; roles = [ "detect" ]; } ];