From e4793cc90cbaa01e24777488bc0aa8b86eeb45a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 20 Feb 2025 15:12:57 +0200 Subject: [PATCH] go2rtc: fix rtsp port --- 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 4bd1267..bc2d248 100644 --- a/modules/services/frigate/default.nix +++ b/modules/services/frigate/default.nix @@ -25,7 +25,7 @@ let vno4-dome-ptz-high \ vno4-dome-ptz-low; do timeout 30s \ - ffprobe -hide_banner "rtsp://localhost:8854/''${input}" || \ + ffprobe -hide_banner "rtsp://localhost:8554/''${input}" || \ FAILED=1 done if [[ "$FAILED" == 1 ]]; then