matvp91 / indigo-player

Highly extensible, modern, JavaScript video player. Handles MPEG-Dash / HLS / MPEG-4 and is built on top of the HTML5 video element.
https://matvp91.github.io/indigo-player/
Apache License 2.0
1.25k stars 66 forks source link

VAST support #65

Open Barahten opened 4 years ago

Barahten commented 4 years ago

Hello Does the current version support VAST?

matvp91 commented 4 years ago

Only through FreeWheel or Google IMA, there is no standalone VAST implementation present in the player.

Both ad extensions have been tested against desktops, but the current status on mobile is unknown. I've been working on something a like at my day to day job which involved a fair amount of more work to get things moving in a mobile environment (especially iOS, where only a single video element is allowed). As for standalone VAST support, it's not something I'll work on in the nearby future, but I'd be happy to refactor both FW or Google IMA if you plan on using these (& if your requirements cover environments where only a single video element is supported like on iOS).