From 1dae37c0f39bbe5cdde4c0c8be05e23643cbba4f Mon Sep 17 00:00:00 2001 From: sladro Date: Tue, 6 Jan 2026 13:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/test_cam1_strict_minio_alarm_rtsp_server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/test_cam1_strict_minio_alarm_rtsp_server.json b/configs/test_cam1_strict_minio_alarm_rtsp_server.json index 140da0d..540bcb7 100644 --- a/configs/test_cam1_strict_minio_alarm_rtsp_server.json +++ b/configs/test_cam1_strict_minio_alarm_rtsp_server.json @@ -131,7 +131,7 @@ "use_ffmpeg_mux": true, "outputs": [ { "proto": "rtsp_server", "port": 8555, "path": "/live/cam1" }, - { "proto": "hls", "path": "./hls/cam1/index.m3u8", "segment_sec": 2 } + { "proto": "hls", "path": "./web/hls/cam1/index.m3u8", "segment_sec": 2 } ] } ],