From 6c72750f140ff1a8b374dd0e542d6fb41c080f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Wed, 26 Jun 2019 12:08:46 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20MediaServer=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E7=9A=84HTTP=20API=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MediaServer支持的HTTP-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MediaServer支持的HTTP-API.md b/MediaServer支持的HTTP-API.md index f331839..4f7bbc5 100644 --- a/MediaServer支持的HTTP-API.md +++ b/MediaServer支持的HTTP-API.md @@ -382,7 +382,7 @@ MediaServer是ZLMediaKit的主进程,目前支持以下http api接口,这些 -- `/index/api/addFFmpegSource` +- `/index/api/addFFmpegSource`(目前windows下无效) - 功能:通过fork FFmpeg进程的方式拉流代理,支持任意协议 - 范例:[http://127.0.0.1/index/api/addFFmpegSource?src_url=http://live.hkstv.hk.lxdns.com/live/hks2/playlist.m3u8&dst_url=rtmp://127.0.0.1/live/hks2&timeout_ms=10000](http://127.0.0.1/index/api/addFFmpegSource?src_url=http://live.hkstv.hk.lxdns.com/live/hks2/playlist.m3u8&dst_url=rtmp://127.0.0.1/live/hks2&timeout_ms=10000) @@ -408,7 +408,7 @@ MediaServer是ZLMediaKit的主进程,目前支持以下http api接口,这些 -- `/index/api/delFFmepgSource` +- `/index/api/delFFmepgSource`(目前windows下无效) - 功能:关闭ffmpeg拉流代理 - 范例:[http://127.0.0.1/index/api/delFFmepgSource?key=5f748d2ef9712e4b2f6f970c1d44d93a](http://127.0.0.1/index/api/delFFmepgSource?key=5f748d2ef9712e4b2f6f970c1d44d93a)