-
Notifications
You must be signed in to change notification settings - Fork 9
Description
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