From 65bd14c8cdf7d27bfce84c1b9a1702bfab540f5e Mon Sep 17 00:00:00 2001 From: dexter <178529795@qq.com> Date: Tue, 14 Mar 2023 09:49:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb38207..b605ce1 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,8 @@ https://github.com/Monibuca/plugin-webrtc webrtc: iceservers: [] publicip: [] # 可以是数组也可以是字符串(内部自动转成数组) - portmin: 0 - portmax: 0 - inviteportfixed: true // 设备将流发送的端口,是否固定 on 发送流到多路复用端口 如9000 off 自动从 mix_port - max_port 之间的值中 选一个可以用的端口 - iceudpmux: 9000 // 接收设备端rtp流的多路复用端口 - pli: 2000000000 # 2s + port: tcp:9000 # 可以是udp:8000-9000 范围端口,也可以udp:9000 单个端口 + pli: 2s # 2s ``` ### 本地测试无需修改配置,如果远程访问,则需要配置publicip