config

NixOS config
Log | Files | Refs | README | LICENSE

commit 3094e5e6644eddf28dc2f96aa2bc468be586185a (tree)
parent a358339549da1e1d6c81a60d7dcd38ff205646d5
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sun, 16 Feb 2025 22:00:58 +0200

low: reduce framerate to 5

Diffstat:
Mmodules/services/frigate/default.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/services/frigate/default.nix b/modules/services/frigate/default.nix @@ -47,13 +47,13 @@ in "ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=2" ]; "vno4-dome-panorama-low" = [ - "ffmpeg:rtsp://localhost:8554/vno4-dome-panorama-high#video=h264#width=1280#hardware=vaapi" + "ffmpeg:rtsp://localhost:8554/vno4-dome-panorama-high#video=h264#width=1280#hardware=vaapi#framerate=5" ]; "vno4-dome-ptz-high" = [ "ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0" ]; "vno4-dome-ptz-low" = [ - "ffmpeg:rtsp://localhost:8554/vno4-dome-ptz-high#video=h264#width=1280#hardware=vaapi" + "ffmpeg:rtsp://localhost:8554/vno4-dome-ptz-high#video=h264#width=1280#hardware=vaapi#framerate=5" ]; }; };