1.安装

npm install video.js --save

2.相关报错处理
Parsing error: x-invalid-end-tag
.eslintrc.js文件

rules: {
...
'vue/no-parsing-error': [2, { 'x-invalid-end-tag': false }]
}

https://github.com/videojs/video.js
https://github.com/videojs/http-streaming
https://docs.videojs.com/


https://github.com/videojs/video.js/issues/3473

https://docs.videojs.com/controlbar

配置说明:https://docs.videojs.com/tutorial-options.html
组件配置:https://docs.videojs.com/tutorial-components.html
自定义组件:https://docs.videojs.com/tutorial-components.html

icon font:https://github.com/videojs/font

https://github.com/videojs/video.js/blob/master/docs/guides/react.md

作者 铁血 汉子 2018年12月19日
2024/04/19/09:06:49pm 2018/12/19/12:18:52
0 5241