From 4b991d024586f53f1ad3aa41adad75b77bd28a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 6 Apr 2025 22:07:45 +0300 Subject: [PATCH] 4096: set video encoder --- 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 43bc169..dd377cd 100644 --- a/modules/services/frigate/default.nix +++ b/modules/services/frigate/default.nix @@ -72,7 +72,7 @@ in #}; streams = { "vno4-dome-panorama-4096" = [ - "ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0#width=4096" + "ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0#width=4096#video=h264" ]; "vno4-dome-panorama-orig" = [ "ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=2"