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
How are you compiling/bundling your javascript? Webpack? If so, what version? Can you look at the webpack-visualizer or source-map-explorer and see if you have two versions of video.js?
I wonder if it's related to videojs/video.js#4580
Oh, I think the issue here might be a bit separate than videojs/video.js#4580. Seems like in this case video.js is included twice for some reason. Once with dashvue and ones with contrib-dash.
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
That outputs
videojs.Html5DashJS is undefined
. Yes"dashjs": "^2.5.0", "video.js": "^6.2.5", "videojs-contrib-dash": "^2.9.1"
are in my package.jsonThe text was updated successfully, but these errors were encountered: