tschare / open-video-ads

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

Example 39 - overlay does not show after mid-roll #129

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Overlay is not shown after the mid-roll plays - overlay should kick in at 15 
seconds - mid-roll 
plays at 10 secs

Original issue reported on code.google.com by paul.sch...@gmail.com on 1 Nov 2009 at 4:35

GoogleCodeExporter commented 8 years ago
cuepoint events don't seem to be firing

Original comment by paul.sch...@gmail.com on 1 Nov 2009 at 4:38

GoogleCodeExporter commented 8 years ago
Fixed - incredibly difficult to resolve. Flowplayer specific because mid-roll 
ads are handled as instream clips 
so the slices in the stream segment throw out the index on the timing events 
(e.g. NS:0 was out of sync).

Had to add properties to hold the original stream indexing and a method:

     getStreamSequenceIndexGivenOriginatingIndex 

to StreamSequence and change the way cuepoints are registered in the FP OAS for 
non-linear overlays.

Original comment by paul.sch...@gmail.com on 10 Dec 2009 at 5:49