loadMP4File新增file_repeat参数
This commit is contained in:
parent
93598e32ee
commit
e984e1d77e
|
|
@ -2090,6 +2090,12 @@
|
||||||
"value": "/path/to/mp4/file.mp4",
|
"value": "/path/to/mp4/file.mp4",
|
||||||
"description": "mp4文件绝对路径"
|
"description": "mp4文件绝对路径"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "file_repeat",
|
||||||
|
"value": "1",
|
||||||
|
"description": "是否循环点播mp4文件,如果配置文件已经开启循环点播,此参数无效",
|
||||||
|
"disabled": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "enable_hls",
|
"key": "enable_hls",
|
||||||
"value": "",
|
"value": "",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue