From 831412f063db0933e2e7cfe0c832a0f4612c5083 Mon Sep 17 00:00:00 2001 From: fyah <727475183@qq.com> Date: Sat, 9 May 2026 11:19:05 +0800 Subject: [PATCH] config: enable auto_pull and set gateway URL/token in edge.yaml --- config/edge.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/edge.yaml b/config/edge.yaml index 8576ad2..4b267bf 100644 --- a/config/edge.yaml +++ b/config/edge.yaml @@ -4,12 +4,12 @@ cloud_url: http://101.36.73.102:8004 mqtt_broker: tcp://101.36.73.102:1883 mqtt_user: "" mqtt_pass: "" -edge_token: "" +edge_token: "edge-token-001" rtsp_urls: [] # 自动按需拉流配置 stream_pull_url: http://101.36.73.102:9000 stream_protocol: flv -auto_pull: false +auto_pull: true infer_socket: /tmp/edge-infer.sock infer_fps: 2 infer_workers: 3