loadMP4File接口新增支持seek_ms与speed参数 (#4261)

This commit is contained in:
xia-chu
2025-10-18 12:36:46 +08:00
parent 676000e355
commit 6d01aa6389
2 changed files with 25 additions and 0 deletions

View File

@@ -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": "",