LivePlayer.js播放视频vue中切换url及poster不生效如何解决

139 阅读1分钟

网页直播、点播播放器

资源下载:www.liveqing.com/docs/downlo…
使用说明:www.liveqing.com/docs/manual…

将设置的方法放置到$nextTick

 this.posterUrl = _posterUrl;
 this.$nextTick(() => {
          this.videoUrl = _videoUrl;
   })