From 1f53476df09b2160f5950de12239f4bd0e5b44a0 Mon Sep 17 00:00:00 2001 From: sladro Date: Mon, 5 Jan 2026 14:55:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/test_cam1_strict_minio_alarm_rtsp_server.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/test_cam1_strict_minio_alarm_rtsp_server.json b/configs/test_cam1_strict_minio_alarm_rtsp_server.json index 53fe56a..9fe10d7 100644 --- a/configs/test_cam1_strict_minio_alarm_rtsp_server.json +++ b/configs/test_cam1_strict_minio_alarm_rtsp_server.json @@ -9,7 +9,7 @@ "type": "input_rtsp", "role": "source", "enable": true, - "url": "rtsp://10.0.0.9:8554/cam", + "url": "rtsp://10.0.0.5:8554/cam", "fps": 25, "width": 1920, "height": 1080, @@ -87,7 +87,7 @@ "quality": 85, "upload": { "type": "minio", - "endpoint": "http://10.0.0.9:9000", + "endpoint": "http://10.0.0.5:9000", "bucket": "test", "region": "us-east-1", "access_key": "minioadmin", @@ -102,7 +102,7 @@ "fps": 25, "upload": { "type": "minio", - "endpoint": "http://10.0.0.9:9000", + "endpoint": "http://10.0.0.5:9000", "bucket": "test", "region": "us-east-1", "access_key": "minioadmin",