-
### Describe the bug
Run **npm install video.js @videojs-player/vue --save**
Then run **npm install**, the error comes out
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!…
-
**Describe the bug**
When using player for SPA(single page application) in vue, leaving and entering the route using player may cause player malfunction.
**To Reproduce**
1. clone code
```co…
-
```
TypeError: videojs.getComponent is not a function
at eval (videojs-resolution-switcher.js:41)
at eval (videojs-resolution-switcher.js:357)
at eval (videojs-resolution-switcher.js:3…
-
How to use vue in video.js: `https://github.com/videojs/video.js/issues/4167`
vue-video-player + youtube: `https://github.com/surmon-china/vue-video-player/issues/118`
## 集成 youtube
以下这行报`Youtu…
-
### 已解决
我按照video.js的文档设置了语言库的引用但是报错没有video.js
解决代码
` import videojs from 'vue-video-player'`
`//debug后看到在这里有他的videojs文件`
`window.videojs = videojs.videojs`
`//本项目有集成的I18N文件夹故这样引入语言文件`
` req…
-
I have created a basic Vue 3 component for video playback, but I can't seem to get `preload="none"` (or `preload="metadata"` for that matter) working.
Component code
```vue
import videojs f…
-
i"m getting the following error
Uncaught TypeError: Cannot set property HlsHandler of function videojs(id, options, ready) {
var player = videojs.getPlayer(id);
if (player) {
if (options…
-
Hi all,
I am trying to use videojs-youtube plugin in nuxt, but I face the error :
> VIDEOJS: ERROR: The "youtube" tech is undefined. Skipped browser support check for that tech.
I read all the…
-
#### Vue.js version and component version
1. "vue": "^2.5.2",
2. "vue-video-player": "^5.0.2",
#### Reproduction Link
- JSFiddle path; https://jsfiddle.net/39epgLj0/371/
#### Steps to reproduce…
-
Currently, vue-video-player is working well in my project. I tried to use some videojs plugins on vue-video-player, but I found that all these plugins are based on videojs. For example, I tried to use…