From 0a871a40b4d2333bfe1d4e41b87aa7a0b935949f Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 14 Feb 2026 13:37:25 -0800 Subject: [PATCH] Switch go2rtc streams from HTTP-FLV to RTSP Camera had HTTP/RTMP disabled. RTSP is the Frigate-recommended protocol for ReoLink cameras. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/frigate/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/manifests/frigate/configmap.yaml b/argocd/manifests/frigate/configmap.yaml index 8039826..c7b221f 100644 --- a/argocd/manifests/frigate/configmap.yaml +++ b/argocd/manifests/frigate/configmap.yaml @@ -13,9 +13,9 @@ data: streams: # GableCam IP is reserved in UX7 DHCP config gablecam: - - "ffmpeg:http://{FRIGATE_CAMERA_USER}:{FRIGATE_CAMERA_PASSWORD}@192.168.1.159/flv?port=1935&app=bcs&stream=channel0_main.bcs#video=copy#audio=copy#audio=opus" + - "rtsp://{FRIGATE_CAMERA_USER}:{FRIGATE_CAMERA_PASSWORD}@192.168.1.159:554/h264Preview_01_main" gablecam_sub: - - "ffmpeg:http://{FRIGATE_CAMERA_USER}:{FRIGATE_CAMERA_PASSWORD}@192.168.1.159/flv?port=1935&app=bcs&stream=channel0_sub.bcs" + - "rtsp://{FRIGATE_CAMERA_USER}:{FRIGATE_CAMERA_PASSWORD}@192.168.1.159:554/h264Preview_01_sub" cameras: gablecam: