From c9c41acfc220f5f2c51015720815a3762304e50e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 20 Feb 2025 12:01:01 +0200 Subject: [PATCH] copy video in orig stream --- 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 65972e7..02f1e5b 100644 --- a/modules/services/frigate/default.nix +++ b/modules/services/frigate/default.nix @@ -82,7 +82,7 @@ in "ffmpeg:rtsp://localhost:8554/vno4-dome-panorama-orig#hardware=vaapi#video=h264#width=1280" ]; "vno4-dome-ptz-orig" = [ - "ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0#audio=copy" + "ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0#video=copy#audio=copy" ]; "vno4-dome-ptz-high" = [ "ffmpeg:rtsp://localhost:8554/vno4-dome-ptz-orig#hardware=vaapi#video=h264#audio=copy"