memtimintursun / open-video-ads

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

Play ads when user scrubs past a mid-roll ad on Flowplayer #241

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If a user scrubs the timeline past a mid roll advert, open-video-ads should 
play the last mid-roll advert that was skipped. 

Original issue reported on code.google.com by ugoenyi...@gmail.com on 5 Jul 2010 at 4:46

GoogleCodeExporter commented 8 years ago
Same comment here. Trying to understand how much effort this would be. I won't 
mind implementing this myself. 

Original comment by ugoenyi...@gmail.com on 5 Jul 2010 at 7:11

GoogleCodeExporter commented 8 years ago
Yeh, this is tricky.

The ad streamer actually schedules the ad in advance and places it 'instream" 
using the Flowplayer API based on the calculated timings. If someone fast 
forwards, they in effect make the player miss the timing event to trigger the 
start of the ad.

What I'd have to do is "force" insertion of ads at the new timepoint after 
checking if any have been missed.

It's possible. Not sure how stable it would be... I'll need to look more into 
it...  I'll put on my TO DO list...

Original comment by paul.sch...@gmail.com on 9 Jul 2010 at 9:16

GoogleCodeExporter commented 8 years ago
Hmm...interesting. Ok. Same comment here. I'm happy to look into it from next 
week once I get a few cycles. But maybe you'll get to it before I can. :)

Original comment by ugoenyi...@gmail.com on 9 Jul 2010 at 11:01