GithubHelp home page GithubHelp logo

erincinci / open-video-ads Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 3.77 MB

Automatically exported from code.google.com/p/open-video-ads

Shell 0.08% HTML 43.44% CSS 0.64% JavaScript 0.01% ActionScript 55.84%

open-video-ads's People

Watchers

 avatar  avatar

open-video-ads's Issues

Strange player behavior when pausing an ad in the last second

- (medium priority) if you wait for 29 seconds and click pause on the 30th 
second, then play is 
blocked, clicking on playhas no effect... if you can reproduce at 
http://www.bouncingminds.com/plugins/flowplayer/openvideoads/openadstreamer/late
st/exampl
es/rtmp-example05.html

Original issue reported on code.google.com by [email protected] on 2 Sep 2009 at 7:03

Support all default overlay sizes

At the moment only overlays of size 450 are supported with the right default 
region definitions - 
support all sizes - see AdSlot.configureDefaultRegions()

Original issue reported on code.google.com by [email protected] on 31 Aug 2009 at 2:22

Check event tracking in JW Player Open Ad Streamer

Check pause/resume event tracking in the JW Player Open Ad Streamer based on 
the following 
events:

ControllerEvent.PLAY
Fired when the player toggles playback (playing/paused). Parameters:
state (Boolean): the new playback state. If true the player plays. If false the 
player pauses.

and also Mute/unmute
ontrollerEvent.MUTE
Fired when the sound is muted or unmuted. The current mute state is always 
available through 
the mute flashvar. Parameters:
state (Boolean): the new mute state. If true the player will mute.

ControllerEvent.VOLUME
Fired when the volume level is changed. The current volume is always available 
through the 
volume flashvar. Parameters:
percentage (Number): new volume percentage. Can be 0 to 100.

Original issue reported on code.google.com by [email protected] on 3 Sep 2009 at 7:07

Modify flowplayer openadstreamer build.xml to work with 3.1.3 devkit

Check build against 3.1.3 build files when released:

in file framework/openvideoads.flowplayer.openadstreamer>vi build.xml

plugin-libs needs to be defined first - ie. moved up 3 lines

define here :        <property name="plugin-libs" 
value="lib/ova-vast-0.3.2.swc" />

then import        <import file="${devkit-dir}/plugin-build.xml"/>

Original issue reported on code.google.com by [email protected] on 3 Sep 2009 at 11:34

Allow "regions" to be defined at a general Ad config level, not just Ad Slot level

Allow "regions" to be defined at an Ad Group level, not just an Ad Slot level:

e.g. allow this:

            "ads": {
                "server": {
                    "type": "OpenX",
                    "vastURL": "http://openx.bouncingminds.com/openx/www/delivery/fc.php"
                },
                "schedule": [
                    {
                        "zone": "30",
                        "width": 450,
                        "height": 50,
                        "startTime": "00:00:05",
                        "duration": "15"
                    }
                ],
               "regions": {
                    "flash": "reserved-bottom-center-w450px-h50px-transparent"
                }
            },

Original issue reported on code.google.com by [email protected] on 3 Sep 2009 at 7:02

Text overlays not returning width and height in the VAST response

In openXVideoAds RC62, the VAST response is not returning a width and height:

<NonLinear id="overlay" width="" height="" resourceType="TEXT"> 
<Code>
<![CDATA[ <Title>My text ad title</Title> <Description>My text ad 
description</Description> 
<CallToAction>www.calltoaction.com</CallToAction> ]]>
</Code> 
<NonLinearClickThrough> 
<URL><![CDATA[http://www.bouncingminds.com/openx-2.8.2-rc22/www/delivery/ck.php?
oaparams=2__bannerid=45__zoneid=29__cb=1e4510fb9a__oadest=http%3A%2F%2Fwww.openx
.
org]]>
</URL> 
</NonLinearClickThrough> 
</NonLinear>

Original issue reported on code.google.com by [email protected] on 3 Sep 2009 at 3:44

Click through URL should never be relative to flash path

Flowplayer example (attached).   When I clicked the ad to go to the website, it 
wouldn't go to the 
absolute URL, but instead would append the URL to my OpenX VAST URL (as a 
relative URL).

<script type="text/javascript">
flowplayer("a.example", "../dist/flowplayer-3.1.3-dev.swf", {
    plugins: {
        controls: {
            autoHide: "always"
        },

        openAdStreamer: {
            url: '../dist/OpenAdStreamer.swf',
//            "url": "/fp-http/OpenAdStreamer.swf",

        "deliveryType": "streaming",
            "providers": { "rtmp": "../dist/flowplayer.rtmp-3.1.3-dev.swf" },

          "shows": {
            "baseURL": "rtmp://ne7c0nwbit.rtmphost.com/videoplayer",
              "streams": [ { "file":"mp4:the-black-hole.mp4", "duration":"00:00:10" } ]
          },

      "debug": {
              "debugger": "firebug",
              "levels": "fatal",
      },

        "ads": {
            "playOnce": false,
          "server": {
          "type": "OpenX",
              "vastURL": "http://localhost/282/www/delivery/fc.php",
             },
            "schedule": [
                {
                   "zone": "1",
                   "position": "pre-roll"
                }
            ]
      }
        }
    }
});
</script


Original issue reported on code.google.com by [email protected] on 1 Sep 2009 at 5:51

Make close button on "this is an ad" message off by default

could we remove the + after "this advertisement runs for 30 seconds" by 
default? It is better if users 
can't interact with such a small UI element. If publishers want to replace it 
with an image (James told 
me it's a feature?) then great let's show it. But by default it is better not 
to show it.

Original issue reported on code.google.com by [email protected] on 2 Sep 2009 at 7:00

Pause, Resume and Unmute are not tracked

- (CRITICAL) Events pause, resume, unmute are not tracked on JW and flowplayer 
on the examples 
eg. 
http://www.bouncingminds.com/plugins/flowplayer/openvideoads/openadstreamer/late
st/exampl
es/rtmp-example05.html

Original issue reported on code.google.com by [email protected] on 2 Sep 2009 at 7:02

Move to official FP 3.1.3 with RTMP failed

Tried to move all the examples to use the official 3.1.3 FP release with the 
RTMP plugin (3.1.2) but 
the player kept reporting that the "rtmp" provider could not be found.

Is a 3.1.3 RTMP plugin needed ?

Original issue reported on code.google.com by [email protected] on 3 Sep 2009 at 2:28

Support XML wrapper part of VAST

The VAST-Standard also have a "wrapper-xml-version" for 3rd party-advertising.
Here is an example: http://www.server2005.de/wrapper.xml

Original issue reported on code.google.com by [email protected] on 31 Aug 2009 at 7:53

Full screen event not firing on second ad

- (low priority) fullscreen event tracked OK for first video ad, not tracked 
for second video ad at  
http://www.bouncingminds.com/plugins/longtail/jwplayer/openvideoads/latest/examp
les/rtmp-
example04.html

Original issue reported on code.google.com by [email protected] on 2 Sep 2009 at 7:04

OpenX targeting by "source" value in the URL

"adParameters" allows OpenX targeting by "site variable", but it doesn't allow 
targeting by "source" - 
at the moment the source is statically defined in the OpenX URL.

Need to add support for "source" targeting:

Site - Variable: targeting in this manner will result in an ad being delivered 
to any ad request 
containing a specific variable, e.g. to limit by gender=male

Site - Source: The Site:Source targeting is similar to the Site - Variable, 
except it targets ads against 
the passed in "source=" value only

Original issue reported on code.google.com by [email protected] on 4 Sep 2009 at 11:50

Setup documentation and examples URLs

Setup the following standard URLs to point to the respective doc/examples pages:

DOCUMENTATION

www.openvideoads.org/doc/openadstreamer/flowplayer/index.html
www.openvideoads.org/doc/openadstreamer/jwplayer/index.html
www.openvideoads.org/doc/vast-as3-framework/index.html

EXAMPLES

www.openvideoads.org/examples/openadstreamer/flowplayer/index.html
www.openvideoads.org/examples/openadstreamer/jwplayer/index.html


Original issue reported on code.google.com by [email protected] on 2 Sep 2009 at 5:12

Flowplayer - Ad Notice positioning on fullscreen

For some reason, the ad notice is not showing on full screen, but other regions 
seem to be 
positioning correctly.

Example 01 for ad-notice defect, example 19 for region positioning correctly.

Flowplayer only.

Original issue reported on code.google.com by [email protected] on 2 Sep 2009 at 5:59

Image overlays not returning creativeType in VAST response

Image overlays are not returning the creativeType in the VAST response which 
stops them from 
working:

<NonLinearAds> 
<NonLinear id="overlay" width="450" height="50" resourceType="static">
<Code>
http://www.bouncingminds.com/openx-2.8.2-
rc22/www/images/8e19787394a3c7870acc4c4c16fe2172.gif
</Code> 
</NonLinear> 
</NonLinearAds> 

Original issue reported on code.google.com by [email protected] on 3 Sep 2009 at 3:00

Flowplayer RTMP Example 04 fails - autoPlay:false default issue

Flowplayer RTMP example 04 fails to play past the first pre-roll and show 
stream. The player just 
stops. Changing "playOnce" to true doesn't make any difference.

Is the problem something to do with "autoPlay" - clicking the play button 
starts the first post-roll 
ad (which is correct) and then it stops after the show stream... 

Perhaps the default behavior for the Flowplayer Open Ad Streamer should be to 
"autoPlay:true" 
unless otherwise stated?

At the moment, with autoPlay:false, the player is stopping after the show 
stream as that's the 
default behaviour

Original issue reported on code.google.com by [email protected] on 2 Sep 2009 at 9:12

Allow region selection automatically based on sizing in the actual ad

At the moment, region selection is based a pre-defined "region ID" being 
associated with an Ad 
Slot. Regions should be selected based on size. This is important if ads are to 
be centered (e.g. 
flash ones for instance).

For 300x50, the following region should be selected:
    reserved-bottom-center-w300px-h50px-transparent

For 450x50, the following region should be selected:
    reserved-bottom-center-w450px-h50px-transparent

Work out how to do this.

Original issue reported on code.google.com by [email protected] on 3 Sep 2009 at 7:05

Overlays not replaying

RE: overlay at 
http://www.bouncingminds.com/plugins/flowplayer/openvideoads/openadstreamer/late
st/exampl
es/all-example31.html

I don't see playAdsOnce in the code, so I assume overlays should play again if 
you go back in the 
stream? 
On first play, overlay shows at 5 seconds, if I rewind back to the beginning 
the overlay doesn't 
show again

Probably a bug?

Original issue reported on code.google.com by [email protected] on 3 Sep 2009 at 7:03

Add a specific example

For flowplayer and JW player, add an example that is:

Overlay, click to video ad, click to website.


Original issue reported on code.google.com by [email protected] on 3 Sep 2009 at 7:02

Auto-play default value seems to be set to true instead of false

Flowplayer example (attached).  I tried to emulate rtmp-example02.html 
(pre-roll + show) from 
the Google code site.  I was able to successfully see a pre-roll ad.  Then the 
player just hung and 
I had to click the player and hit "play" again to start the show stream. 

<script type="text/javascript">
flowplayer("a.example", "../dist/flowplayer-3.1.3-dev.swf", {
    plugins: {
        controls: {
            autoHide: "always"
        },

        openAdStreamer: {
            url: '../dist/OpenAdStreamer.swf',
//            "url": "/fp-http/OpenAdStreamer.swf",

        "deliveryType": "streaming",
            "providers": { "rtmp": "../dist/flowplayer.rtmp-3.1.3-dev.swf" },

          "shows": {
            "baseURL": "rtmp://ne7c0nwbit.rtmphost.com/videoplayer",
              "streams": [ { "file":"mp4:the-black-hole.mp4", "duration":"00:00:10" } ]
          },

      "debug": {
              "debugger": "firebug",
              "levels": "fatal",
      },

        "ads": {
            "playOnce": false,
          "server": {
          "type": "OpenX",
              "vastURL": "http://localhost/282/www/delivery/fc.php",
             },
            "schedule": [
                {
                   "zone": "1",
                   "position": "pre-roll"
                }
            ]
      }
        }
    }
});
</script>

Original issue reported on code.google.com by [email protected] on 1 Sep 2009 at 5:52

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.