We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5359817 commit 186f81fCopy full SHA for 186f81f
src/zh/guide/media_server/restful_api.md
@@ -938,6 +938,7 @@ typedef enum {
938
| url | Y | 需要截图的 url,可以是本机的,也可以是远程主机的 |
939
| timeout_sec | Y | 截图失败超时时间,防止 FFmpeg 一直等待截图 |
940
| expire_sec | Y | 截图的过期时间,该时间内产生的截图都会作为缓存返回 |
941
+ | async | N | 缺省0不启用,1启用。是否采用zlm内置播放器、解码器api异步截图,开启后截图速度提升但兼容性降低 |
942
943
- 响应:
944
0 commit comments