mirror of
https://github.com/videojs/video.js.git
synced 2025-03-05 15:16:06 +02:00
In Safari, if we call play early and we are going to be waiting till loadstart, it's possible this will take too long for the user activition flag to still be available. In this case, we should call load() on the player to prime the video element so for when loadstart happens.