TcPlayer视频点播列表切换
Posted 教练我想打篮球
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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();
以上是关于TcPlayer视频点播列表切换的主要内容,如果未能解决你的问题,请参考以下文章