hscale / open-video-ads

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

Ability to countdown on the ad notice #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add the ability to support a countdown ad notice

Original issue reported on code.google.com by paul.sch...@gmail.com on 31 Aug 2009 at 7:49

GoogleCodeExporter commented 9 years ago

Original comment by paul.sch...@gmail.com on 31 Aug 2009 at 7:50

GoogleCodeExporter commented 9 years ago
yeah... I vote for this feature! _secondstoplay_ is definitely needed 

Original comment by jalt...@gmail.com on 18 Dec 2009 at 5:46

GoogleCodeExporter commented 9 years ago
Resolved. In 0.5.0 - see the example on Ad Notice count down:

New config is:

            "ads": {
                "pauseOnClickThrough": true,
                "notice": { "type": "countdown" },
                "servers": [
                   {
                       "type": "OpenX",
                       "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
                   }
                ],
                "schedule": [
                    {
                       "zone": "5",
                       "position": "pre-roll"
                    }
                 ]
             }

Original comment by paul.sch...@gmail.com on 1 Apr 2010 at 4:03

GoogleCodeExporter commented 9 years ago
Paul,

you are the best :) just noticed this and also the fixed bug with PlayLists and 
FlowPlayer... I believe you are ready for a general release sir :)

Original comment by jalt...@gmail.com on 17 Jun 2010 at 2:20

GoogleCodeExporter commented 9 years ago
Just one thing - the current release has a poor implementation of this 
countdown - it's timer based rather than stream duration based. The next 
release (in a couple of days) fixes that issue - sorry for the poor 
implementation initially, but it's sorted properly now ;)

Original comment by paul.sch...@gmail.com on 17 Jun 2010 at 2:52