Ticket #459 (closed defect: fixed)
Wrapped linear ad loaded on demand does not play
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | blocker | Milestone: | OVA for AS3 (v1.0.1) |
| Component: | OVA for AS3 | Version: | OVA for AS3 (trunk) |
| Keywords: | Cc: | ||
| Forum thread: |
Description
Wrapped linear ad loaded on demand does not play. Reported by Michael L. See:
http://localhost/support/michael-lukac/pre-roll-not-found/flowplayer.html
The following comes out in the debug:
19:17:19 GMT+0100 WrappedVideoAdServingTemplateV2: getMergedAds(4177F7AF-77BD-BDA0-0BE5-9504967D0C09) returning 2 ads
flowplayer.html
19:17:19 GMT+0100 VideoAdServingTemplate: Replacing VideoAd.id '142028' with 'companion:not-scheduled' in Template:D2DA4412-039D-E63A-8FAB-AAECF10F1FCD
flowplayer.html
19:17:19 GMT+0100 VideoAdServingTemplate: Replacing VideoAd.id '142028' with 'pre-roll:0.0-0' in Template:D2DA4412-039D-E63A-8FAB-AAECF10F1FCD
flowplayer.html
19:17:19 GMT+0100 Debuggable: PLUGIN NOTIFICATION: Ad Tag call complete
flowplayer.html
19:17:19 GMT+0100 AdServerRequestProcessor: All ad server request groups have been processed - kicking off the post-request process
flowplayer.html
19:17:19 GMT+0100 AdServerRequestProcessor: Merging 1 VAST responses back into 1 master VAST template:EBAD7D13-B264-9925-2174-55519B243D09
flowplayer.html
19:17:19 GMT+0100 VideoAdServingTemplate: Merging (leaving IDs untouched) 2 ads from Template:D2DA4412-039D-E63A-8FAB-AAECF10F1FCD into this V1 Template:EBAD7D13-B264-9925-2174-55519B243D09
flowplayer.html
19:17:19 GMT+0100 AdServerRequestProcessor: Merge complete - 2 ads recorded in the master VAST template:EBAD7D13-B264-9925-2174-55519B243D09
flowplayer.html
19:17:19 GMT+0100 AdSlot: On demand ad request complete - a template with 2 ads returned for ad slot pre-roll:0.0 at index 0
flowplayer.html
19:17:19 GMT+0100 VASTController: Ad slot pre-roll:0.0 at index 0 dynamically LOADED - has an empty video ad - not force firing impressions
flowplayer.html
19:17:19 GMT+0100 Debuggable: Ad slot loaded but it does not have any linear ads to play - skipping to the next playlist item - autoPlay='false', player.isPlaying()='false'
flowplayer.html
19:17:19 GMT+0100 Debuggable: Informing Flowplayer that OVA load is complete
flowplayer

Fixed in 1.1 RC1 (Build 4).
AdServerTemplate.getNextNonEmptyVideoAdStartingAtIndex(index:int):VideoAd added to ensure that the first available non-empty video ad is pulled from the return template.