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"