nginadofficial / open-video-ads

Automatically exported from code.google.com/p/open-video-ads
2 stars 3 forks source link

Remove the need for "streamType": "flv" - or make "any" default #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment to serve something other than MP4:

"streamType": "flv",

Has to be specified. Make "any" the default so that any type of ad can be 
picked up from the VAST 
response. 

This is a limiting attribute and having "mp4" as the default is causing 
confusion/support issues.

Original issue reported on code.google.com by paul.sch...@gmail.com on 15 Sep 2009 at 9:10

GoogleCodeExporter commented 9 years ago
It's an enhancement not a defect

Original comment by paul.sch...@gmail.com on 15 Sep 2009 at 9:10

GoogleCodeExporter commented 9 years ago
Another reason to change/remove the need for this flag by default is that mixed 
"mp4" and "flv" ads can't be 
served at present

Original comment by paul.sch...@gmail.com on 16 Sep 2009 at 7:04

GoogleCodeExporter commented 9 years ago
default stream type configuration set to "any" and selection condition in 
MediaFile changed always return the 
first match if the stream type is "any"

Original comment by paul.sch...@gmail.com on 26 Sep 2009 at 2:05

GoogleCodeExporter commented 9 years ago
Done - related to issue 41. Closed

Original comment by paul.sch...@gmail.com on 26 Sep 2009 at 5:05