1、官網
2、安裝后無法播放時,經測試,需要降低版本
"xgplayer-hls": "2.2.2","xgplayer": "2.31.6"
改為以上版本可以正常播放
3、完整使用
(1)引入
import 'xgplayer'
import hlsjsPlayer from 'xgplayer-hls'
(2)初始化
this.player = new hlsjsPlayer({id: 'myFlvVideo',url: ‘http://playertest.longtailvideo.com/adaptive/bipbop/gear4/prog_index.m3u8’,height: '100%',width: '100%',isLive: true,autoplay: true,playsinline: true,volume: 0, //音量screenShot: true, //截圖})
(3)銷毀
// 播放器銷毀
this.player.destroy(true)