From 0561599833e4229f9091c90fb97a46413fddf522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Thu, 17 Sep 2020 17:57:09 +0800 Subject: [PATCH] =?UTF-8?q?addStreamProxy=E6=8E=A5=E5=8F=A3=E5=8E=BB?= =?UTF-8?q?=E9=99=A4rtsp/rtmp=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MediaServer支持的HTTP-API.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MediaServer支持的HTTP-API.md b/MediaServer支持的HTTP-API.md index 68ecc58..19fc610 100644 --- a/MediaServer支持的HTTP-API.md +++ b/MediaServer支持的HTTP-API.md @@ -488,7 +488,7 @@ typedef enum { - 功能:动态添加rtsp/rtmp/hls拉流代理(只支持H264/H265/aac/G711负载) - - 范例:[http://127.0.0.1/index/api/addStreamProxy?vhost=`__defaultVhost__`&app=proxy&stream=0&enable_rtsp=1&enable_rtmp=1&url=rtmp://live.hkstv.hk.lxdns.com/live/hks2](http://127.0.0.1/index/api/addStreamProxy?vhost=__defaultVhost__&app=proxy&stream=0&enable_rtsp=1&enable_rtmp=1&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](http://127.0.0.1/index/api/addStreamProxy?vhost=__defaultVhost__&app=proxy&stream=0&url=rtmp://live.hkstv.hk.lxdns.com/live/hks2) - 参数: @@ -499,8 +499,6 @@ typedef enum { | app | Y | 添加的流的应用名,例如live | | stream | Y | 添加的流的id名,例如test | | url | Y | 拉流地址,例如rtmp://live.hkstv.hk.lxdns.com/live/hks2 | - | enable_rtsp | Y | 是否转rtsp | - | enable_rtmp | Y | 是否转rtmp | | enable_hls | N | 是否转hls | | enable_mp4 | N | 是否mp4录制 | | rtp_type | N | rtsp拉流时,拉流方式,0:tcp,1:udp,2:组播 |