From 192c37ec5498b5ef59795655bb3be7e8c0358c07 Mon Sep 17 00:00:00 2001 From: baiyfcu <87684855@qq.com> Date: Thu, 27 Mar 2025 13:40:32 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20MediaServer=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E7=9A=84HTTP=20API=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MediaServer支持的HTTP-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaServer支持的HTTP-API.md b/MediaServer支持的HTTP-API.md index 9baf697..a3ac334 100644 --- a/MediaServer支持的HTTP-API.md +++ b/MediaServer支持的HTTP-API.md @@ -837,7 +837,7 @@ typedef enum { | vhost | Y | 流的虚拟主机名 | | app | Y | 流的应用名 | | stream | Y | 流的ID | - | period | Y | 流的录像日期,格式为2020-02-01,如果不是完整的日期,那么是搜索录像文件夹列表,否则搜索对应日期下的mp4文件列表 | + | period | N | 流的录像日期,格式为2020-02-01,如果不是完整的日期,那么是搜索录像文件夹列表,否则搜索对应日期下的mp4文件列表 | | customized_path| N | 自定义搜索路径,与startRecord方法中的customized_path一样,默认为配置文件的路径 |