diff --git a/MediaServer支持的HTTP-API.md b/MediaServer支持的HTTP-API.md index 446289d..c5c8af5 100644 --- a/MediaServer支持的HTTP-API.md +++ b/MediaServer支持的HTTP-API.md @@ -582,7 +582,7 @@ typedef enum { ### 12、`/index/api/addStreamProxy` - - 功能:动态添加rtsp/rtmp/hls拉流代理(只支持H264/H265/aac/G711负载) + - 功能:动态添加rtsp/rtmp/hls/http-ts/http-flv拉流代理(只支持H264/H265/aac/G711/opus负载) - 范例:[http://127.0.0.1/index/api/addStreamProxy?vhost=`__defaultVhost__`&app=proxy&stream=0&url=rtmp://live.hkstv.hk.lxdns.com/live/hks2](http://127.0.0.1/index/api/addStreamProxy?vhost=__defaultVhost__&app=proxy&stream=0&url=rtmp://live.hkstv.hk.lxdns.com/live/hks2)