mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-12 19:24:22 +08:00
loadMP4File接口新增支持seek_ms与speed参数 (#4261)
This commit is contained in:
@@ -2612,6 +2612,18 @@
|
||||
"description": "是否循环点播mp4文件,如果配置文件已经开启循环点播,此参数无效",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "seek_ms",
|
||||
"value": "0",
|
||||
"description": "点播seek到特定位置,单位毫秒",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "speed",
|
||||
"value": "1.0",
|
||||
"description": "播放速度, float类型",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "enable_hls",
|
||||
"value": "",
|
||||
|
||||
Reference in New Issue
Block a user