测试hls播放
Some checks are pending
CI / host-build (push) Waiting to run
CI / rk3588-cross-build (push) Waiting to run

This commit is contained in:
sladro 2026-01-06 13:44:59 +08:00
parent 41c4a3de3b
commit 458c2d59ee

View File

@ -130,7 +130,8 @@
"use_mpp": true,
"use_ffmpeg_mux": true,
"outputs": [
{ "proto": "rtsp_server", "port": 8554, "path": "/live/cam1" }
{ "proto": "rtsp_server", "port": 8555, "path": "/live/cam1" },
{ "proto": "hls", "path": "./hls/cam1/index.m3u8", "segment_sec": 2 }
]
}
],