From a8566b9c889e648bec0ed7b0d0a3ce3f62f72919 Mon Sep 17 00:00:00 2001 From: sladro Date: Tue, 16 Dec 2025 16:40:38 +0800 Subject: [PATCH] update plugins/publish/publish_node.cpp --- configs/sample_cam1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/sample_cam1.json b/configs/sample_cam1.json index 7a3b934..93aa91f 100644 --- a/configs/sample_cam1.json +++ b/configs/sample_cam1.json @@ -29,7 +29,7 @@ "use_mpp": true, "use_ffmpeg_mux": true, "outputs": [ - { "proto": "hls", "path": "hls/cam1/index.m3u8", "segment_sec": 2 } + { "proto": "hls", "path": "/home/orangepi/Desktop/OrangePi3588Media/hls/cam1/index.m3u8", "segment_sec": 2 } ] } ],