-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help using with nuxt and vplayer mounting issue #1
Comments
I was able to actually mount this as a plugin which is great. But still not getting anything to show up. Here is what I'm seeing when I inspect: When I created the plugin in nuxt, I did this: Vue.use(player) Then I'm using this in my vue template:
|
@daletom I got it running in the latest nuxt but console log is full of errors |
When playing m3u8 audio, please give the type value to application/x-mpegURL |
So I actually got it working here @JoeEarly . But when I deployed it via Netlify the controls are all messed up. You can notice that they arent visible anymore. If you right click on video and say show controls, they show up. It's weird they show up when I do npm run dev, but not when deployed... Any idea why @LorettaLei ? Also, wonder why the poster images are not showing up. Here is it live: https://youthful-mayer-8433fb.netlify.app/ |
Good that you got it working @daletom I have not yet had a chance to get back to this but will in a few weeks |
Hi Loretta,
Was trying to use this HLS player with my nuxt.js project. Have you tried doing this? It keeps telling me I have an issue mounting the Vplayer component. Just confirming, is the vplayer you are using this? https://www.npmjs.com/package/vplayer
Here is where I am working on this: https://github.com/daletom/dalesite/blob/master/pages/video.vue
Any help or guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: