最近做项目,需要实时播放器,由于用的是vue-cli,找了些插件,最终选定vue-video-player ,使用流程及一些问题的解决方案如下:

安装
npm install vue-video-player -S
npm install --save videojs-contrib-hls(如果做直播的话必须要安装)

main.js 配置
vue-video-player

页面部分

vue-video-player
vue-video-player

vue-video-player

然后效果图就如下

vue-video-player

vue-video-player

相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2021-09-10
  • 2022-01-21
  • 2021-09-13
  • 2021-12-04
  • 2021-05-01
  • 2022-01-01
猜你喜欢
  • 2022-12-23
  • 2022-02-18
  • 2021-12-10
  • 2022-12-23
相关资源
相似解决方案