From 025c878afe70da49aa327b699688dc82754ac358 Mon Sep 17 00:00:00 2001 From: sladro Date: Tue, 16 Dec 2025 16:30:56 +0800 Subject: [PATCH] update plugins/publish/publish_node.cpp --- configs/sample_cam1.json | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/sample_cam1.json b/configs/sample_cam1.json index ba26bb1..7a3b934 100644 --- a/configs/sample_cam1.json +++ b/configs/sample_cam1.json @@ -29,7 +29,6 @@ "use_mpp": true, "use_ffmpeg_mux": true, "outputs": [ - { "proto": "rtsp", "port": 8554, "path": "/live/cam1" }, { "proto": "hls", "path": "hls/cam1/index.m3u8", "segment_sec": 2 } ] }