commit 75fa16a65ea51077c369fb46f82eedaf780c0b2f (tree) parent a6c0ea5dd97ec7289180609c2994040214af3a5a Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Thu, 13 Feb 2025 21:49:16 +0200 vno4-dome-ptz-high seems to work Diffstat:
| M | modules/services/frigate/default.nix | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/services/frigate/default.nix b/modules/services/frigate/default.nix @@ -109,16 +109,16 @@ in }; inputs = [ { - #path = "rtsp://localhost:8554/vno4-dome-ptz-high"; - path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0"; + path = "rtsp://localhost:8554/vno4-dome-ptz-high"; + #path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0"; roles = [ "audio" "record" ]; } { - path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=1"; #path = "rtsp://localhost:8554/vno4-dome-ptz-low"; + path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=1"; roles = [ "detect" ]; } ];