commit 923d8d9ee94de41bdc59a466c5cf722131b23a74 (tree) parent eff481e9bd4cd21bbfba516c505bd439e7e78854 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Fri, 14 Feb 2025 21:48:22 +0200 frigate: fall back to -low Diffstat:
| M | modules/services/frigate/default.nix | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/modules/services/frigate/default.nix b/modules/services/frigate/default.nix @@ -133,7 +133,8 @@ in ]; } { - path = "rtsp://localhost:8554/vno4-dome-ptz-med"; + #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"; roles = [ "detect" ]; } ];