支持zlm pro截图方式

This commit is contained in:
lin
2025-06-30 17:16:25 +08:00
parent 0d6ed0a71e
commit 9e8fbea73b

View File

@@ -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);
}