Skip to content

Commit

Permalink
Update web_dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
superconvert authored Oct 18, 2023
1 parent 8a9056b commit 9750b1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 章节说明

Expand Down

0 comments on commit 9750b1d

Please sign in to comment.