From 9e8fbea73b068e8a16b4d6831deaae4514c39e93 Mon Sep 17 00:00:00 2001 From: lin <648540858@qq.com> Date: Mon, 30 Jun 2025 17:16:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81zlm=20pro=E6=88=AA=E5=9B=BE?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/genersoft/iot/vmp/media/zlm/ZLMRESTfulUtils.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMRESTfulUtils.java b/src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMRESTfulUtils.java index a4774d973..1219aa0c3 100755 --- a/src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMRESTfulUtils.java +++ b/src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMRESTfulUtils.java @@ -378,6 +378,7 @@ public class ZLMRESTfulUtils { param.put("url", streamUrl); param.put("timeout_sec", timeout_sec); param.put("expire_sec", expire_sec); + param.put("async", 1); sendGetForImg(mediaServerItem, "getSnap", param, targetPath, fileName); }