| | |
| | | timeout: 10000 |
| | | datasource: |
| | | name: eiot |
| | | url: jdbc:mysql://192.168.1.141:3306/eiot?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true |
| | | url: jdbc:mysql://127.0.0.1:3306/eiot?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true |
| | | username: |
| | | password: |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | |
| | | password: 21232f297a57a5a743894a0e4a801fc3 |
| | | |
| | | media: #zlm服务器的ip与http端口, 重点: 这是http端口 |
| | | ip: 192.168.1.20 |
| | | port: 9080 |
| | | ip: 127.0.0.1 |
| | | wanIp: 192.168.1.20 |
| | | port: 6080 |
| | | secret: 035c73f7-bb6b-4889-a715-d9eb2d1925cc |
| | | streamNoneReaderDelayMS: 1800000 # 无人观看多久自动关闭流 |
| | | streamNoneReaderDelayMS: 600000 # 无人观看多久自动关闭流 |
| | | # 关闭等待收到流编码信息后在返回, |
| | | # 设为false可以获得更好的兼容性,保证返回后流就可以播放, |
| | | # 设为true可以快速打开播放窗口,可以获得更好的体验 |
| | | closeWaitRTPInfo: true |
| | | rtp: # 启用udp多端口模式 |
| | | enable: false |
| | | udpPortRange: 30000,300500 # 端口范围 |
| | | |
| | | |
| | | enable: true |
| | | udpPortRange: 30000,30500 # 端口范围 |
| | | logging: |
| | | file: |
| | | name: logs/wvp.log |
| | | max-history: 30 |
| | | max-size: 10MB |
| | | total-size-cap: 300MB |
| | | level: |
| | | com: |
| | | genersoft: |
| | | iot: debug |