vue使用vue-video-player在直播中的应用

采用阿里云的直播方案,协议采用RTMP和M3U8两种格式,RTMP延迟大约在10-15秒左右,M3U8大约在20-25秒左右,
RTMP须要使用flash播放器,M3U8可使用原生video标签
须要注意的坑:
    1.开启浏览器的flash *很是重要
    2.须要引入
        require('videojs-flash/dist/videojs-flash')
        require('videojs-contrib-hls/dist/videojs-contrib-hls')
        这2个js
    3.配置本身的flash播放器
        在flash中加入swf: '/static/xxx.swf'
    4.组件beforeDestroy的时候调用dispose方法销毁videojs
        this.$refs.videojs.dispose()
相关文章
相关标签/搜索