| | |
| | | senior-sdp: false |
| | | # 保存移动位置历史轨迹:true:保留历史数据,false:仅保留最后的位置(默认) |
| | | save-position-history: false |
| | | # 点播等待超时时间,单位:毫秒 |
| | | play-timeout: 3000 |
| | | # 点播/录像回放 等待超时时间,单位:毫秒 |
| | | play-timeout: 18000 |
| | | # 上级点播等待超时时间,单位:毫秒 |
| | | platform-play-timeout: 60000 |
| | | # 是否开启接口鉴权 |
| | |
| | | use-pushing-as-status: true |
| | | # 使用来源请求ip作为streamIp,当且仅当你只有zlm节点它与wvp在一起的情况下开启 |
| | | use-source-ip-as-stream-ip: true |
| | | # 按需拉流, true:有人观看拉流,无人观看释放, false:拉起后不自动释放 |
| | | # 国标点播 按需拉流, true:有人观看拉流,无人观看释放, false:拉起后不自动释放 |
| | | stream-on-demand: true |
| | | # 推流鉴权, 默认开启 |
| | | push-authority: true |
| | |
| | | gb-send-stream-strict: false |
| | | # 设备上线时是否自动同步通道 |
| | | sync-channel-on-device-online: false |
| | | # 是否使用设备来源Ip作为回复IP, 不设置则为 false |
| | | sip-use-source-ip-as-remote-address: false |
| | | # 是否开启sip日志 |
| | | sip-log: true |
| | | # 消息通道功能-缺少国标ID是否给所有上级发送消息 |
| | | send-to-platforms-when-id-lost: true |
| | | # 保持通道状态,不接受notify通道状态变化, 兼容海康平台发送错误消息 |
| | | refuse-channel-status-channel-form-notify: false |
| | | # 跨域配置,配置你访问前端页面的地址即可, 可以配置多个 |
| | | allowed-origins: |
| | | - http://localhost:8008 |
| | | - http://192.168.1.3:8008 |
| | | |
| | | # 关闭在线文档(生产环境建议关闭) |
| | | springdoc: |