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

VPAID loading is inconsistent #60

Closed edrpls closed 4 years ago

edrpls commented 4 years ago

VPAID loading is inconsistent and depending on the browser, more likely to fail, this could be due to a race condition between the moment startAd is called and the VPAID is loaded

edrpls commented 4 years ago

Seems like there are no issues rendering when the tag is already visible, but rendering video from a lightbox has some issues still. I think this could be because the thumbnail might already be visible, while the lightbox is not, but it still might be sending the ready event.

edrpls commented 4 years ago

Some VAST with VPAID still refuse to work, it seems this happens because the container is not ready and visible by the time we try to play it, this issue happens when rendering the player inside modals, especially inside iframes.