PetroFrolov / vast-video-js

VAST-Ad plugin for HTML5 by video.js
79 stars 33 forks source link

Support flv pre-roll #9

Open manuelcoppola opened 11 years ago

manuelcoppola commented 11 years ago

Is it your plugin capable of playing flv video in pre-roll?

I try to use this VAST source: http://ad.doubleclick.net/pfadx/AngelaSite;kw=nexuswrapper;sz=300x250;ord=4422567;dcmt=text/html

Is there way to debug your plugin to see any errors?

Thanks

PetroFrolov commented 11 years ago

Hi! HTLM5 doesn't support flv. mp4, webm, ogv only.

In this XML I don't see a video-file links, it includes only tracking events

manuelcoppola commented 11 years ago

I also try with this: http://ad.doubleclick.net/pfadx/N270.126913.6102203221521/B3876671.22;dcadv=2215309;sz=0x0;ord=%5btimestamp%5d;dcmt=text/xml

This xml is a standard vast by Google doubleclick. So, doesn't your plugin work with flv?

PetroFrolov commented 11 years ago

The XML is correct. My plugin doesn't support flv

shdwshard commented 11 years ago

Petro, I think this is a valid use case personally. Would you be willing to merge in changes to support flv if I coded them? This likely would mean forking video-js as well.

corny commented 11 years ago

@shdwshard Did you have success in implementing flv ads? I would require this feature as well.