尧图网络科技YAOTU DIGITAL 获取报价
获取报价
首页 / 资讯中心 / 文章详情

html5 直播插件 videojs

发布时间:2026/9/24 16:10:36

资讯中心
01
ARTICLE

html5 直播插件 videojs

html5 直播插件 videojs
今天又搞了一波视频播放其中项目需要支持直播视频翻阅了之前写的代码感觉太麻烦了所以还是把写在这里吧避免找的时候太麻烦了官网地址Video.js - Make your player yours | Video.jshtml 引入 videojs脚本与cssscript src/static/public/js/video.min.js/script link relstylesheet href/static/public/css/video-js.css //html 部分 video idvideo classvideo-js vjs-16-9 x5-video-player-fullscreen playsinline webkit-playsinline x-webkit-airplay width100% height100% 您的浏览器不支持当前播放器请升级最新的浏览器版本。 /videonew Vue({ el: #app, data: { playIndex: 0, player: null, video: { poster: http://china-beauty.oss-cn-shenzhen.aliyuncs.com/live/192/5203c86471184367ad37a6b3ceb56995.jpg, list: [ { url: http://china-beauty-live.oss-cn-shanghai.aliyuncs.com/live/record/2020-12-26/Stream1608543148068/2020-12-26-11:47:14_2020-12-26-11:48:33.mp4 }, { url: http://china-beauty-live.oss-cn-shanghai.aliyuncs.com/live/record/2020-12-26/Stream1608543225736/2020-12-26-09:58:29_2020-12-26-11:55:34.mp4 }, { url: https://cctvwbcdali.v.myalicdn.com/cctvwbcd/cdrmcctv1_1td.m3u8//直播测试 }] } }, watch: { playIndex(val) { this.playVideo(this.video.list[val]); } }, computed: { }, mounted() { this.player videojs(video, { autoplay: muted, // 是否自动播放 loop: false, controls: true, // 是否显示控件 poster: this.video.poster, sources: [{ src: this.video.list[this.playIndex].url }] }); // 结束监听 this.player.on(ended, () { if (this.playIndex this.video.list.length) { this.playIndex } }) }, methods: { playVideo(sources) { videojs(video).src(sources.url) } } })效果图
02
RELATED NEWS

相关资讯

更多网站建设与数字化升级内容

03
WHY YAOTU

想打造同款高转化官网?

懂行业、懂生意,从建站到增长一站式陪跑

场景化定制

不做模板站,围绕你的业务场景量身设计,小众不撞款。

营销型架构

以转化目标组织内容与路径,让官网真正带来询盘。

全周期服务

设计、开发、运营、运维一体,上线只是开始。

免费获取你的建站方案

留下需求,专属顾问 24 小时内为你输出方案建议。