重连参数

hongrunHaotian
LAPTOP-S9HJSOEB\昊天 3 years ago
parent 9ca945a6f1
commit aae4229ffd

@ -63,6 +63,10 @@ serverMode: 1
ksec:
ip: 192.168.168.11
port: 8001
#重连次数 默认10次
reconnectNum: -1
#重连间隔 默认10s
reconnectInterval: 10
# ------------ 实时视频流 全部页面的格式 行列数量
videoStyleConfig:
videoStyleRow: 4

@ -49,7 +49,7 @@ ksec:
ip: 127.0.0.1
port: 3000
#重连次数 默认10次
reconnectNum: 5
reconnectNum: -1
#重连间隔 默认10s
reconnectInterval: 10
# ------------ 实时视频流 全部页面的格式 行列数量

Loading…
Cancel
Save