From 120a8120ced5f76b14d95743dcad3f294371f9a3 Mon Sep 17 00:00:00 2001 From: sladro Date: Wed, 25 Feb 2026 18:45:11 +0800 Subject: [PATCH] update test files --- configs/sample_cam1.json | 2 +- configs/sample_cam2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/sample_cam1.json b/configs/sample_cam1.json index 2cb2c8a..80cfb4f 100644 --- a/configs/sample_cam1.json +++ b/configs/sample_cam1.json @@ -9,7 +9,7 @@ "type": "input_rtsp", "role": "source", "enable": true, - "url": "rtsp://10.0.0.49:8554/cam", + "url": "rtsp://10.0.0.49:8555/cam", "fps": 30, "width": 1280, "height": 720, diff --git a/configs/sample_cam2.json b/configs/sample_cam2.json index 3afd66d..1f9d45b 100644 --- a/configs/sample_cam2.json +++ b/configs/sample_cam2.json @@ -9,7 +9,7 @@ "type": "input_rtsp", "role": "source", "enable": true, - "url": "rtsp://10.0.0.5:8554/cam", + "url": "rtsp://10.0.0.5:8555/cam", "fps": 30, "width": 1280, "height": 720,