From dff138ba31d38665856809f35627358cb02f625c Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sun, 29 Jun 2025 17:25:18 +0200 Subject: [PATCH] use go2rtc restream to remove need for two streams from camera --- apps/frigate/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frigate/release.yaml b/apps/frigate/release.yaml index f34145c..0b6c16a 100644 --- a/apps/frigate/release.yaml +++ b/apps/frigate/release.yaml @@ -46,7 +46,7 @@ spec: enabled: True ffmpeg: inputs: - - path: rtsp://{FRIGATE_RTSP_DOM_USER}:{FRIGATE_RTSP_DOM_PASSWORD}@192.168.3.10:554/Streaming/Channels/101 + - path: rtsp://127.0.0.1:8554/dom roles: - audio - detect @@ -55,7 +55,7 @@ spec: enabled: True ffmpeg: inputs: - - path: rtsp://{FRIGATE_RTSP_GARAZ_USER}:{FRIGATE_RTSP_GARAZ_PASSWORD}@192.168.3.11:554/Streaming/Channels/101 + - path: rtsp://127.0.0.1:8554/garaz roles: - audio - detect