Updated MediaServer支持的HTTP API (markdown)

夏楚
2019-06-26 12:08:46 +08:00
parent 4fb48b354d
commit 6c72750f14

@@ -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)