新增hls root path参数

This commit is contained in:
zqc
2026-02-28 12:10:52 +08:00
parent ffaacc0624
commit e1c1d343b1
3 changed files with 39 additions and 24 deletions

View File

@@ -34,13 +34,14 @@ database:
# debug_mode: True=前台运行适合PyCharm调试False=后台运行(适合生产部署)
debug_mode: true
alert_push_url: "http://123.57.151.210:10000/picenter/websocket/test/process"
hls_root_path: "D:/ProjectDoc/Police/data/hls"
service_groups:
- name: "kadian_group" # 服务组名称
video_source_type: "hls"
ws_host: "0.0.0.0" # WebSocket 服务地址
ws_port: 8765 # WebSocket 服务端口
algorithm: "kadian" # 算法类型
algorithm: "supervision_room" # 算法类型
cameras: # 该组下的摄像头列表
- id: 1
index: testindexcode