mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-05 10:58:11 +08:00
Updated MediaServer支持的HTTP API (markdown)
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user