gumgum / gg-ez-vp

Simple video player with minimal setup, intuitive API and straightforward features
https://gumgum.github.io/gg-ez-vp
MIT License
7 stars 4 forks source link

Improve performance over slow networks #35

Closed edrpls closed 4 years ago

edrpls commented 4 years ago

After some testing across different browsers and different media files and VAST tags, I've found that this is probably something to leave for the user to configure, whether the player can emit the READY event on the video tag canplay event, and it is up to the user if they would like to listen for canplaythrough instead. This all assumes autoplay is off and playback is controlled either in the player or through the API.