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";