From 9750b1d7f15441aae96eb039fef4b8816c812ad5 Mon Sep 17 00:00:00 2001 From: superconvert <48017165+superconvert@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:31:49 +0800 Subject: [PATCH] Update web_dev.md --- web_dev.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web_dev.md b/web_dev.md index 50879d1..f4a383b 100644 --- a/web_dev.md +++ b/web_dev.md @@ -345,10 +345,10 @@ http://192.168.1.1:8080/api/rec?vhost=www.qiyicc.com 对于整个录像流程建议如下 -1. 利用 http://192.168.1.1:8080/api/rec 查询录像列表,获取所有的录像名称 -2. 利用 http://192.168.1.1:8080/rec/<流名称> 查询那天有录像产生 -3. 利用 http://192.168.1.1:8080/rec/<流名称>?day=xxxx-yy-zz 查询录像文件列表 -4. 利用 http://192.168.1.1:8080/rec/<流名称>?day=xxxx-yy-zz&time=hh-mm-ss&ext=m3u8 播放录像 +1. 利用 http://192.168.1.1:8080/api/rec 查询录像列表,获取所有的录像名称 example : http://192.168.1.2:8080/api/rec +2. 利用 http://192.168.1.1:8080/rec/<流名称> 查询那天有录像产生 example : http://192.168.1.2:8080/rec/stream +3. 利用 http://192.168.1.1:8080/rec/<流名称>/day 查询录像文件列表 example : http://192.168.1.2:8080/rec/stream/2023-10-18 +4. 利用 http://192.168.1.1:8080/rec/<流名称>/day/time 播放录像 example : http://192.168.1.2:8080/rec/stream/2023-10-18/13-17-49.ts 具体使用方法,参见上述的 rec 章节说明