memtimintursun / open-video-ads

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

Add support for dynamically updating the OAS playlist #224

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add support to the JS interface to allow the OAS playlist to be dynamically 
updated

Original issue reported on code.google.com by paul.sch...@gmail.com on 2 May 2010 at 6:42

GoogleCodeExporter commented 8 years ago
Here is my scenario,
While uploading a live stream we will add cue points on periodic basis (period
between two cue points is not same) where these cue points have advertisement 
duration. 

Solution:-
1. OAS plugin can determine the cue point and get the advertisement clip from 
server
to show it.
2. I am fine to do JS/AS coding but need some documentation to get advertisement
clips from server based on cue point and insert into flow player playlist.

Original comment by akashmah...@gmail.com on 2 Jun 2010 at 6:42