-
I tried it many times and couldn’t solve the problem.I used your code and the problem is still not solved.
Please help me analyze where the problem is.
**-- rtmp.vue**
impo…
-
I'm using Vue.js and trying to use this dash plugin, video.js alone works flawlessly in a vue.js component. But it wont pair with this plugin
```
Video
…
-
Hi!
I've got a problem with adding plugins to vue-video-player, the video is playing so the main setup seems to work. I'm loading vue-video-player in my component. I can't find any good examples fo…
-
楼主你好,使用官方列子rtmp直播时 报错'videojs' 未定义; vue-video-player 版本是v5.0.2,已引入“video-flash” 版本是 v2.0.1;
报错信息如下:
videojs-flash.es.js?e023:323 Uncaught TypeError: Cannot read property 'videojs' of undefined
…
-
### 背景
看了这里https://github.com/surmon-china/vue-video-player/issues/221#issuecomment-629764501 的方案,自己测试过后,发现可能会对某些其他第三方库的引用造成影响。
### 解决方案(the solution)
```shell
yarn add videojs-flash@2.1.0
```
#…
-
for example
```
VIDEOJS: WARN: videojs.plugin() is deprecated; use videojs.registerPlugin() instead
```
and how to use it in Vue?
what a pity can not use this plugins in my project....
-
Sorry, i do not know whether or not it is vue-video-player issue or video-contrib-hls itself. I can not use vue-video-player well with hls, so i report bug here also.
When i use webpack to bundle v…
-
### Component always doesn't ready, and it happened nothing when click to play
#### Version
"vue": "2.6.10"
"vue-video-player": "5.0.1"
"videojs-flash": "2.1.0"
#### Steps to reproduce
I jus…
-
Hi
It works perfectly when i am running: `yarn dev`, but when i build it, it won't work. Hope you guys can see what i do wrong, thanks in advance
**console log on builded version**
**Versio…
-
Thanks for your work on this library - largely it seems to be working very well!
I'm seeing an issue for a small number of users and was hoping you can point me in the right direction to investigat…