const dp = new DPlayer({
container: document.getElementById('dplayer'),
video: {
url: 'demo.m3u8',
type: 'customHls',
customType: {
customHls: function (video, player) {
const hls = new Hls();
hls.loadSource(video.src);
hls.attachMedia(video);
},
},
},
subtitle: {
url: 'dplayer.vtt'
}
});
按文档这么写,但是字幕出不来,如果播放正常的mp4文件,字幕就正常了,或者有没有什么视频播放器推荐的,支持m3u8、字幕、清晰度、倍速