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",