Commit 48a1a247697b5c25d3803b1d228b6df11c3715bc
1 parent
a39ac45b
添加配置
Showing
1 changed file
with
2 additions
and
0 deletions
src/main/resources/all-application.yml
| ... | ... | @@ -128,6 +128,8 @@ media: |
| 128 | 128 | enable: true |
| 129 | 129 | # [可选] 在此范围内选择端口用于媒体流传输, 必须提前在zlm上配置该属性,不然自动配置此属性可能不成功 |
| 130 | 130 | port-range: 30000,30500 # 端口范围 |
| 131 | + # [可选] 国标级联在此范围内选择端口发送媒体流,请不要与收流端口范围重合 | |
| 132 | + send-port-range: 50502,50506 # 端口范围 | |
| 131 | 133 | # 录像辅助服务, 部署此服务可以实现zlm录像的管理与下载, 0 表示不使用 |
| 132 | 134 | record-assist-port: 0 |
| 133 | 135 | ... | ... |