Example 1-01-1 - VAST 1 to VAST 2 linear ad

This example illustrates support for the XML Wrapper element of the VAST standard. To see what an XML wrapper response looks like, cut and paste "http://static.openvideoads.org/tests/vast-wrapper-test.xml" into your web browser

300x250 Companion

The configuration for this example is:


flowplayer("a.player614x345", "", {
    plugins: {
        rtmp: {
            url: ""
        },
        rtmpInstream: {
            url: ""
        },
        ova: {
            url: "",
 
            "shows": {
                "baseURL": "",
                "streams": [
                    {  
                        "file":"", 
                        "duration":"00:00:20"
                    }                    
                ]
            },
            
            "ads": {
               "servers": [
                   {
                      "type": "direct",
                      "apiAddress": "wrapper/vast1-wrapper-to-vast2-ad.xml",
                   }
               ],
               "companions": {
                  "restore": false,
                  "regions": [
                      { "id":"companion-300x250", "width":"300", "height":"250" }                  
                  ]
               },
               "schedule": [
                  {
                    "zone": "46",
                    "position": "pre-roll"
                  }
               ]
            },

            "debug": {
              "levels": ""
            }
        }
    }
});