We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have used the vue-plyr in a Nuxt 3 project using this stackoverflow explanation as a reference: https://stackoverflow.com/questions/72388975/nuxt3-with-vue-plyr-for-youtube-document-is-not-defined-reference-error#answers-header. This gets the player to work fine with youtube video's. It also works in FireFox using a vimeo embed, but Chrome can't handle it.
Expecting the player to play on Vimeo videos like in regular videos or YouTube videos.
When I click on play for Vimeo videos it tries to play but then does pause immediately.
Environment Browser: Chrome Version: 112 Operating System: MacOs Version: Montery vue-plyr: 7.0.0 nuxt: 3.4.0
vue-plyr.esm.js?666c:3 Unrecognized feature: 'autoplay,fullscreen,picture-in-picture'
Not sure, but this could be related to a Plyr issue described here: sampotts/plyr#2151
The text was updated successfully, but these errors were encountered:
Maybe this is also relevant? 🤔 https://stackoverflow.com/questions/48247002/unrecognized-feature-autoplay-error-with-youtube-embedded-player
Sorry, something went wrong.
How did you get this working @sjoerdoudman ? I get
plyr.client.ts:1 Uncaught ReferenceError: VuePlyr is not defined at plyr.client.ts:1:1
When I do what's stated in the stackoverflow post...
No branches or pull requests
I have used the vue-plyr in a Nuxt 3 project using this stackoverflow explanation as a reference:
https://stackoverflow.com/questions/72388975/nuxt3-with-vue-plyr-for-youtube-document-is-not-defined-reference-error#answers-header. This gets the player to work fine with youtube video's. It also works in FireFox using a vimeo embed, but Chrome can't handle it.
Expected behaviour
Expecting the player to play on Vimeo videos like in regular videos or YouTube videos.
Actual behaviour
When I click on play for Vimeo videos it tries to play but then does pause immediately.
Environment
Browser: Chrome
Version: 112
Operating System: MacOs
Version: Montery
vue-plyr: 7.0.0
nuxt: 3.4.0
Console errors (if any)
vue-plyr.esm.js?666c:3 Unrecognized feature: 'autoplay,fullscreen,picture-in-picture'
Not sure, but this could be related to a Plyr issue described here: sampotts/plyr#2151
The text was updated successfully, but these errors were encountered: