vue-plyr icon indicating copy to clipboard operation
vue-plyr copied to clipboard

Vimeo not playing in Chrome 112 Desktop using vue-plyr v 7.0.0

Open sjoerdoudman opened this issue 1 year ago • 2 comments

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: https://github.com/sampotts/plyr/issues/2151

sjoerdoudman avatar Apr 26 '23 06:04 sjoerdoudman