You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there 👋
I'm trying to get the plugin working on my VueJS 2 website, but the chromcastButton appears with the class vjs-hidden and don't work either way. I tried different ways such as passing plugin in videosjs option, calling it directly in videosjs call like this :
this.player = videojs( this.$refs.videoPlayer, options, function () { var player = this; player.chromcast(); }, );
But nothing seems to work. The videojs-chromcast SCSS / CSS works fine (i can see the button if i disable the vjs-hidden class), i can also see in the console that the plugin is loaded but it's not working.
Here is my component i will really appreciate it, if someone see something i'm doing wrong.
PS : i also tried with preload web component on true. And i have the exact same issue with the airplay plugin
Hi there 👋
I'm trying to get the plugin working on my VueJS 2 website, but the chromcastButton appears with the class vjs-hidden and don't work either way. I tried different ways such as passing plugin in videosjs option, calling it directly in videosjs call like this :
this.player = videojs( this.$refs.videoPlayer, options, function () { var player = this; player.chromcast(); }, );
But nothing seems to work. The videojs-chromcast SCSS / CSS works fine (i can see the button if i disable the vjs-hidden class), i can also see in the console that the plugin is loaded but it's not working.
Here is my component i will really appreciate it, if someone see something i'm doing wrong.
PS : i also tried with preload web component on true. And i have the exact same issue with the airplay plugin
The text was updated successfully, but these errors were encountered: