Commit fb957b0dba3a5b12f949370fdc2e22fb61661c68
1 parent
bdd9ff1f
优化注释
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/all-application.yml
| ... | ... | @@ -186,7 +186,7 @@ user-settings: |
| 186 | 186 | logInDatebase: true |
| 187 | 187 | # 使用推流状态作为推流通道状态 |
| 188 | 188 | use-pushing-as-status: true |
| 189 | - # 使用来源请求ip作为streamIp | |
| 189 | + # 使用来源请求ip作为streamIp,当且仅当你只有zlm节点它与wvp在一起的情况下开启 | |
| 190 | 190 | use-source-ip-as-stream-ip: true |
| 191 | 191 | # 按需拉流, true:有人观看拉流,无人观看释放, false:拉起后不自动释放 |
| 192 | 192 | stream-on-demand: true | ... | ... |