sampotts/plyr

Muting doesn't work for Vimeo videos in Chrome.

Open

#1,084 创建于 2018年7月3日

在 GitHub 查看
 (5 评论) (4 反应) (0 负责人)JavaScript (25,318 star) (2,856 fork)batch import
BugHelp Wanted

描述

Expected behaviour

To be able to add the muted: true property to the Plyr constructor and the video to be muted.

Actual behaviour

Video plays with sounds in Chrome.

  • Browser: Chrome
  • Version: 67.0.3396.99
  • Operating System: MacOS
  • Version: 10.13.3

Steps to reproduce

Create a div with provider set to vimeo and pass through the vimeo video id with data-plyr-embed-id. Instantiate the video with var hero_video = new Plyr('#hero_player_plyr', { autoplay: true, muted: true, volume: 0, controls: [] });

贡献者指南

Muting doesn't work for Vimeo videos in Chrome. · sampotts/plyr#1084 | Good First Issue