mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-12 19:24:22 +08:00
getMp4RecordFile接口可使用自定义的录像保存根目录来搜索文件
This commit is contained in:
@@ -900,7 +900,7 @@
|
||||
"method": "GET",
|
||||
"header": [],
|
||||
"url": {
|
||||
"raw": "{{ZLMediaKit_URL}}/index/api/getMp4RecordFile?secret={{ZLMediaKit_secret}}&vhost={{defaultVhost}}&app=proxy&stream=2&period=2020-05-26",
|
||||
"raw": "{{ZLMediaKit_URL}}/index/api/getMp4RecordFile?secret={{ZLMediaKit_secret}}&vhost={{defaultVhost}}&app=proxy&stream=2&customized_path=/www&period=2020-05-26",
|
||||
"host": [
|
||||
"{{ZLMediaKit_URL}}"
|
||||
],
|
||||
@@ -930,6 +930,11 @@
|
||||
"value": "2",
|
||||
"description": "流id,例如 test"
|
||||
},
|
||||
{
|
||||
"key": "customized_path",
|
||||
"value": "/www",
|
||||
"description": "录像文件保存自定义根目录,为空则采用配置文件设置"
|
||||
},
|
||||
{
|
||||
"key": "period",
|
||||
"value": "2020-05-26",
|
||||
|
||||
Reference in New Issue
Block a user