appleple / react-modal-video

Accessible React Modal Video Component
https://appleple.github.io/react-modal-video/
MIT License
178 stars 86 forks source link

Player not working in Chrome v79.x /Mac OS #26

Open robkroezen-employes opened 4 years ago

robkroezen-employes commented 4 years ago

Hi all,

We are implementing this component for showcasing a video on our homepage. Initially it seems the player works great, but there is a problem with the playback on Chrome on Mac (not sure if the problem is on windows machines too)

Steps to reproduce;

  1. Open Chrome (79.xx) on Mac
  2. Go to: https://5df78e1025d5380007230c3f--employes.netlify.com/
  3. Click on the play-button to play the video
  4. Start video
  5. BUG: sounds is playing but video is stuck after short period of time

Also the autoplay does not work on Chrome. Our website is built in GatsbyJS v2.

Does anyone know what the problem could be?