From 4553068dcbcf71ae4c81bb9d12780df179c22e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 24 May 2025 23:00:51 +0300 Subject: [PATCH] go2rtc: remove av1 stream didn't work out --- modules/services/frigate/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/services/frigate/default.nix b/modules/services/frigate/default.nix index 3709371..4440e18 100644 --- a/modules/services/frigate/default.nix +++ b/modules/services/frigate/default.nix @@ -80,9 +80,6 @@ in "vno4-dome-panorama-low" = [ "ffmpeg:rtsp://localhost:8554/vno4-dome-panorama-orig#hardware=vaapi#video=h264#width=1280" ]; - "vno4-dome-ptz-av1" = [ - "ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0#video=av1" - ]; "vno4-dome-ptz-orig" = [ "ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=2#video=copy#audio=copy" ];