From 87e299d19412ff0d373f8f960fa93e3386c85972 Mon Sep 17 00:00:00 2001 From: sladro Date: Mon, 22 Dec 2025 14:49:00 +0800 Subject: [PATCH] update configs/sample_cam1.json --- 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 d277eec..d53e1c4 100644 --- a/configs/sample_cam1.json +++ b/configs/sample_cam1.json @@ -29,7 +29,7 @@ "use_mpp": true, "use_ffmpeg_mux": true, "outputs": [ - { "proto": "rtsp", "port": 8554, "path": "/live/cam1" }, + { "proto": "rtsp", "host": "10.0.0.9", "port": 8554, "path": "/live/cam1" }, { "proto": "hls", "path": "/home/orangepi/Desktop/OrangePi3588Media/hls/cam1/index.m3u8", "segment_sec": 2 } ] }