|
|
Dpayer播放器调用vtt字幕,
subtitle
参数
url
怎么填
[ol]const dp = new DPlayer({ container: document.getElementById('dplayer'), lang:'zh-cn', video: { url: '', pic: '', type: type, customType: { customHls: function(video, player) { const hls = new Hls(); hls.loadSource(video.src); hls.attachMedia(video); }, }, }, subtitle: { url: '', type: 'webvtt', fontSize: '100px', bottom: '10%', color: '#b7daff', },});[/ol]复制代码
同文件夹,同名,这样填为什么还不行
|
|