When a page is allowed to use autoplay for videos YouTube & Vimeo videos should autoplay too according to the new rules for Chrome: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
On the latest Chrome dev player.play() commands for youTube & Vimeo are ignored
Players affected:
To fix it plyr needs to add to the iframe-tag for youTube/Vimeo the 'allow="autoplay"' parameter (on youTube extending the existing allow parameter), see:
https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
This is fixed in v3 but only for Vimeo as YouTube creates their own frame so we have little control over it.
Closing this one for now. v3 will be merged to master soon.
Most helpful comment
This is fixed in v3 but only for Vimeo as YouTube creates their own frame so we have little control over it.