Jump to content

Display Video - Website


djedai

Recommended Posts

Hi  djedai,

 

Use need Request VAST XML from Video Player

 

 

API Address :

 

revive-adserver-3.0.0/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&zones=pre-roll0-0%3D1&nz=1&source=&r=R0.023106331005692482&block=1&format=vast&charset=UTF-8

 

 

 

Example : Open Source Flow Player with OVA Plugin

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

ova: {
    "url": "swf/ova.swf",

"debug": {
"levels": "fatal, config, vast_template, vpaid, display_events, playlist, http_calls, api, tracking_events"
},

"ads": {
"pauseOnClickThrough": true,
"servers": [
{
"type": "OpenX",
"apiAddress": "revive-adserver-3.0.0/www/delivery/fc.php"
}
],
"schedule": [
{
"zone": "1",
"position": "pre-roll"
}
]
}
}
}
});
</script>
Link to comment
Share on other sites

Hi folks,

 

Thanks for the feedback on this forum. Having recently installed revive-adserver I'm perplexed as to the-how of the 3 video streaming plugs. Anyone with idea on how to implement their functionality? I mean I need a real hand-holding-from-the-ground-up approach here! I appreciate a quick response on this request. Thanx lads and have a nice one!

Link to comment
Share on other sites

Hi  djedai,

 

 

 

It's possible to change language of messages incorparating in ads like "This advertissement run for 30 seconds"... ?

 

Yes , you can change the language .

 

You can find Open Video Ads VAST Projects  source

 

For Action Script 3 :

http://static.openvideoads.org/qa/latest/ova.as3/

 

For Flow Player :

http://static.openvideoads.org/qa/latest/ova.flowplayer/

 

For JW Player :

http://static.openvideoads.org/qa/latest/ova.jwplayer.4x/

http://static.openvideoads.org/qa/latest/ova.jwplayer.5x/

Link to comment
Share on other sites

Hi,

 

I recently migrated to Revive-adserver from OpenX.

I created a video inline ad in a zone with zoneId=1

Now when i call the video ad (I'm using OVA with flowplayer) using 

"servers": [
{
"type": "OpenX",
"apiAddress": "http://mydomain.com/www/delivery/fc.php"
}

],

"schedule": [
{
"zone": "1",
"position": "pre-roll"
}

 

i get a VAST response that says "You are requesting vast xml for zone which does not apear to be a video overlay banner nor a vast inline banner."

 

Why is this happening? I checked the zone and it definitely has an inline video ad and there are NO limitations to the delivery of this ad.

Link to comment
Share on other sites

Hi s.raaj.nishanth,

 

Have linked the banner with zone ?

 

 

Also what about player configuartions?
 

 

 

i get a VAST response that says "You are requesting vast xml for zone which does not apear to be a video overlay banner nor a vast inline banner."

 

 

Code for above functionality

        // BM - output format is vast xml

        if ( $format == 'vast' ){


            if ( $output['html'] &&
                 (
                     ($output['width'] != VAST_OVERLAY_DIMENSIONS) &&
                     ($output['width'] != VAST_INLINE_DIMENSIONS)
                 )
               ){
                $badZoneId = $output['aRow']['zoneid'];
                $badBannerId = $output['bannerid'];
                // Store the html2js'd output for this ad
                $spc_output .= "<!-- You are requesting vast xml for zone $badZoneId which does not apear to be a video overlay banner nor a vast inline banner. -->\n";
            } else {
                // Store the html2js'd output for this ad
                $spc_output .= $output['html'] . "\n";
            }
  
            // Help the player (requestor of VAST) to match the ads in the response with his request by using his id in the Ad xml node
            $spc_output = str_replace( '{player_allocated_ad_id}', $varname, $spc_output );
        }
Link to comment
Share on other sites

Hi,

 

I seem to have run into another problem now.

I want the mid-roll ad to play at specific times. My configuration is as follows (Flowplayer with ova)

{
                       "zone": "4",
                       "position": "mid-roll",
                       "startTime": "00:08:00"
                    },
                                    
                   
                    {
                       "zone": "4",
                       "position": "mid-roll",
                       "startTime": "00:16:00"
                    },

The  ad plays fine at "00:08:00" but does not play at "00:16:00".

Zone 4 has only one inline video ad.

 

Why is this happening? Is a separate configuration needed in the OpenX server to enable playing multiple mid-roll ads?

Link to comment
Share on other sites

{
                       "zone": "4",
                       "position": "mid-roll",
                       "startTime": "00:08:00"
                    },
                                    
                   
                    {
                       "zone": "4",
                       "position": "mid-roll",
                       "startTime": "00:16:00"
                    },

 

 

Hi , configure your  ad  schedule to

                    {
                       "zone": "4",
                       "position": "mid-roll",
                       "startTime": "00:08:00"
                       "repeat": 2,  // How many times you like to repeat
                       "interval": 8  // How many seconds Interval between  repeat
                    },
Link to comment
Share on other sites

Hi djedai,

 

 

Flowplayer commercial use is allowed

 

please visit read the license http://flowplayer.org/license/free-license-faq.html.

 

 

 

 

Am analyzing the source code , I will let you know asap.

Hi Chinnu,

 

I contacted Longtailvideo and they said :

 

 

JW6 Ads service, this would be a flat rate of $50/month for up to 250k ad impressions monthly and up to 10 sites.

 

For the OVA for the flowplayer, this is the same pricing as the JW6 Ads service.

 

 

You can use Flowplayer but not flowplayer + OVA or JW6 ads...

 

Best regards !

Link to comment
Share on other sites

  • 2 weeks later...

Hi,

 

I set up the revive-adserver and i'm serving ads to my Flowplayer (with ova plugin).

Now, if the ad-server is down for some reason, my player hangs and the entire video stops.

 

Shouldn't the main video continue even if the ad-server fails? Is there any ova option to tell the player to continue and not hang if the revive-adserver is not working?

Link to comment
Share on other sites

  • 10 months later...
  • 6 months later...
  • 6 months later...

Hi all,

     I bought Vidix plugin, when I tried to test it with  generated VAST invocation code with video js player ( http://theonion.github.io/videojs-vast-plugin/ ) am seeing the following response: 

"You are requesting vast xml for zone  which does not appeared to be a video overlay banner nor a vast inline banner."

  I verified that zone is of type 'Inline Video Ad' , probability is 100% and there are no limitations. Also vast invocation code generates proper xml when hit on the browser.

  Can someone please guide me

  

Link to comment
Share on other sites

  • 3 weeks later...

Hi all,

     I bought Vidix plugin, when I tried to test it with  generated VAST invocation code with video js player ( http://theonion.github.io/videojs-vast-plugin/ ) am seeing the following response: 

"You are requesting vast xml for zone  which does not appeared to be a video overlay banner nor a vast inline banner."

  I verified that zone is of type 'Inline Video Ad' , probability is 100% and there are no limitations. Also vast invocation code generates proper xml when hit on the browser.

  Can someone please guide me

  

Please contact the vendor of this plugin directly, so they can support you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...