From 5281cf2f6f4a84a0e837bca55deae5f04018bb6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E5=8F=AA=E5=A4=A7=E7=AC=A8=E7=86=8A?= <52517974+bigbeer1@users.noreply.github.com> Date: Thu, 15 Sep 2022 13:10:47 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf3e138..f16762f 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ webrtc: publicip: [] # 可以是数组也可以是字符串(内部自动转成数组) portmin: 0 portmax: 0 - InvitePortFixed: true, // 设备将流发送的端口,是否固定 on 发送流到多路复用端口 如9000 off 自动从 mix_port - max_port 之间的值中 选一个可以用的端口 - IceUdpMux: 9000, // 接收设备端rtp流的多路复用端口 + inviteportfixed: true // 设备将流发送的端口,是否固定 on 发送流到多路复用端口 如9000 off 自动从 mix_port - max_port 之间的值中 选一个可以用的端口 + iceudpmux: 9000 // 接收设备端rtp流的多路复用端口 pli: 2000000000 # 2s ``` @@ -54,4 +54,4 @@ Response Body: `SDP` WebRTC-HTTP ingestion protocol 用于WebRTC交换SDP信息的规范 -[WHIP ietf](https://datatracker.ietf.org/doc/html/draft-ietf-wish-whip-02) \ No newline at end of file +[WHIP ietf](https://datatracker.ietf.org/doc/html/draft-ietf-wish-whip-02)