一只大笨熊
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
README.md
|
@ -19,8 +19,8 @@ webrtc: |
|
|
publicip: [] # 可以是数组也可以是字符串(内部自动转成数组) |
|
|
publicip: [] # 可以是数组也可以是字符串(内部自动转成数组) |
|
|
portmin: 0 |
|
|
portmin: 0 |
|
|
portmax: 0 |
|
|
portmax: 0 |
|
|
InvitePortFixed: true, // 设备将流发送的端口,是否固定 on 发送流到多路复用端口 如9000 off 自动从 mix_port - max_port 之间的值中 选一个可以用的端口 |
|
|
inviteportfixed: true // 设备将流发送的端口,是否固定 on 发送流到多路复用端口 如9000 off 自动从 mix_port - max_port 之间的值中 选一个可以用的端口 |
|
|
IceUdpMux: 9000, // 接收设备端rtp流的多路复用端口 |
|
|
iceudpmux: 9000 // 接收设备端rtp流的多路复用端口 |
|
|
pli: 2000000000 # 2s |
|
|
pli: 2000000000 # 2s |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|