From e7ccec5f0cb628360d32976ec9cd30fa3834807c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Sun, 20 Dec 2020 20:51:16 +0800 Subject: [PATCH] =?UTF-8?q?addFFmpegSource=E6=8E=A5=E5=8F=A3=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=BC=80=E5=90=AFhls/mp4=E5=BD=95=E5=88=B6=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MediaServer支持的HTTP-API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MediaServer支持的HTTP-API.md b/MediaServer支持的HTTP-API.md index ddf5d88..97d21bf 100644 --- a/MediaServer支持的HTTP-API.md +++ b/MediaServer支持的HTTP-API.md @@ -570,6 +570,8 @@ typedef enum { | src_url | Y | FFmpeg拉流地址,支持任意协议或格式(只要FFmpeg支持即可) | | dst_url | Y | FFmpeg rtmp推流地址,一般都是推给自己,例如rtmp://127.0.0.1/live/stream_form_ffmpeg | | timeout_ms | Y | FFmpeg推流成功超时时间 | + | enable_hls | Y | 是否开启hls录制 | + | enable_mp4 | Y | 是否开启mp4录制 | - 响应: