TcPlayer视频点播列表切换

var player = new TcPlayer("player-record", {
"m3u8": playURL,
"poster": coverURL,
"live": false,
"width": "100%",
"height": "100%",
"x5_type": 'h5',
});
this.player = player;

 

 

切换的时候需要销毁

 this.player.destroy();

posted @ 2021-05-13 13:42  教练我想打篮球  阅读(492)  评论(0编辑  收藏  举报