赞
踩
npm i dplayer
npm i hls.js
播放m3u8格式的视频需要框选部分 – 建议查看官方文档MSE支持
切换视频需要用到switchVideo()
api
this.Dp = new Dplayer({ element:this.$refs.player, mutex:false, loop:true, lang:'zh-cn', autoplay:true, preload:'none', video:{ url:'', type: 'customHls', customType: { customHls: function (video, player) { console.log('video',video,player); const hls = new HLS(); hls.loadSource(video.src); hls.attachMedia(video); }, }, } })
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。