Ticket #23 (new defect)
Opened 3 years ago
JW-OAS: should be able to specify if preroll video is scaled or not
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | OVA for AS3 | Version: | |
| Keywords: | Scaling, configuration | Cc: | |
| Forum thread: |
Description
Reported by outnow.ch, Mar 03, 2010
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.
Comment 1 by brian.betz, Apr 13, 2010
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'.
Comment 2 by brian.betz, Apr 13, 2010
My previous comment is actually referring to the Flowplayer implementation.
Comment 3 by paul.schulz, Apr 20, 2010
Sorting for FP 0.5.0 RC2
Status: Started
Comment 4 by paul.schulz, Apr 20, 2010
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..
Comment 5 by paul.schulz, Apr 20, 2010
Talking with the Longtail folks Thursday to work out how to add this for JW
Comment 6 by paul.schulz, Apr 21, 2010
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
