WEB VIDEO PLATFORM是一个基于GB28181-2016标准实现的网络视频平台,支持NAT穿透,支持海康、大华、宇视等品牌的IPC、NVR、DVR接入。支持国标级联,支持rtsp/rtmp等视频流转发到国标平台,支持rtsp/rtmp等推流转发到国标平台。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.5 KiB

5 years ago
spring:
application:
name: iot-vmp-vmanager
# 影子数据存储方式,支持redis、jdbc
5 years ago
database: redis
# 通信方式,支持kafka、http
communicate: http
5 years ago
redis:
# Redis服务器IP
#host: 10.24.20.63
5 years ago
host: 127.0.0.1
#端口号
port: 6379
datebase: 0
#访问密码,若你的redis服务器没有设置密码,就不需要用密码去连接
password:
#超时时间
timeout: 10000
# 可用连接实例的最大数目,默认值为8
maxTotal: 512
#控制一个pool最多有多少个状态为idle(空闲的)的jedis实例,默认值也是8
maxIdle: 100
#最小空闲连接数
minIdle: 50
#获取连接时的最大等待毫秒数,小于零:阻塞不确定的时间,默认-1
maxWaitMillis: 10000
#每次释放连接的最大数目
numTestsPerEvictionRun: 100
#释放连接的扫描间隔(毫秒)
timeBetweenEvictionRunsMillis: 3000
#连接最小空闲时间
minEvictableIdleTimeMillis: 1800000
#连接空闲多久后释放,当空闲时间>该值且空闲连接>最大空闲连接数时直接释放
softMinEvictableIdleTimeMillis: 10000
#在获取连接的时候检查有效性,默认false
testOnBorrow: true
#在空闲时检查有效性,默认false
testWhileIdle: true
#在归还给pool时,是否提前进行validate操作
testOnReturn: true
#连接耗尽时是否阻塞,false报异常,ture阻塞直到超时,默认true
blockWhenExhausted: false
5 years ago
datasource:
name: eiot
url: jdbc:mysql://10.24.20.63:3306/eiot?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
5 years ago
username: root
password: Ptjsinspur19.?
5 years ago
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver
server:
port: 8080
sip:
ip: 10.200.64.63
5 years ago
port: 5060
# 根据国标6.1.2中规定,domain宜采用ID统一编码的前十位编码。国标附录D中定义前8位为中心编码(由省级、市级、区级、基层编号组成,参照GB/T 2260-2007)
# 后两位为行业编码,定义参照附录D.3
# 3701020049标识山东济南历下区 信息行业接入
domain: 3701020049
server_id: 37010200492000000001
# 默认设备认证密码,后续扩展使用设备单独密码
5 years ago
password: admin
media:
ip: 10.200.64.88
5 years ago
port: 10000