akakiz / open-video-ads

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

JW-OAS: should be able to specify if preroll video is scaled or not #182

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
when playing a preroll flv that does not match the size of the current 
player window, the flv is scaled to best fit the window. on large player 
windows, the results can be pretty ugly. 

as it seems there is no way to prevent scaling for prerolls.

Original issue reported on code.google.com by outnow...@gmail.com on 4 Mar 2010 at 4:11

GoogleCodeExporter commented 8 years ago
After investigation it seems that the elements of the original playlist, after
manipulation by OAS, have a scaling value that is an Object rather than a 
string.

{url:'/path/file.flv' scaling:{value:'fit'}}

rather than the expected:

{url:'/path/file.flv' scaling:'fit'}

The Inline Ad elements are properly constructed but always set to 'scale'.

Original comment by brian.b...@gmail.com on 13 Apr 2010 at 9:58

GoogleCodeExporter commented 8 years ago
My previous comment is actually referring to the Flowplayer implementation.

Original comment by brian.b...@gmail.com on 13 Apr 2010 at 10:00

GoogleCodeExporter commented 8 years ago
Sorting for FP 0.5.0 RC2

Original comment by paul.sch...@gmail.com on 20 Apr 2010 at 10:16

GoogleCodeExporter commented 8 years ago
Sorted for FP 0.5.0 RC2 - ads can now be scaled if they have the scaling values 
in the VAST response and the 
appropriate scaling option is turned on in the config - e.g.

    enforceLinearInteractiveAdScaling:Boolean:false;
    enforceLinearVideoAdScaling:Boolean:false;

See linear interactive ad examples for this working in action. Also scaling 
setting on playlist confirmed to be 
working properly in this RC (by the way, the clip.scaling value is an Object of 
MediaType as per the way that 
Flowplayer do it on the API)

Looking into JW scaling - not sure it's possible. Asking.. 

Original comment by paul.sch...@gmail.com on 20 Apr 2010 at 7:16

GoogleCodeExporter commented 8 years ago
Talking with the Longtail folks Thursday to work out how to add this for JW

Original comment by paul.sch...@gmail.com on 20 Apr 2010 at 7:59

GoogleCodeExporter commented 8 years ago
Have implemented for JW 5.x - just confirming though that the options are 
right... and the JW API refers to 
"image" scaling not video so I'm not 100% sure it works yet

Original comment by paul.sch...@gmail.com on 21 Apr 2010 at 4:47