feat: implement token-based auto stream pulling

This commit is contained in:
2026-05-09 11:03:27 +08:00
parent 966ef512ab
commit 6ff71fded0
5 changed files with 270 additions and 7 deletions

View File

@@ -5,8 +5,11 @@ mqtt_broker: tcp://101.36.73.102:1883
mqtt_user: ""
mqtt_pass: ""
edge_token: ""
rtsp_urls:
- http://101.36.73.102:8080/rtp/34020000002000000003_34020000001310000001.live.flv
rtsp_urls: []
# 自动按需拉流配置
stream_pull_url: http://101.36.73.102:9000
stream_protocol: flv
auto_pull: false
infer_socket: /tmp/edge-infer.sock
infer_fps: 2
infer_workers: 3