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)