Example 11 - Filtering Accepted Non-Linear Ad Mime Types

This example plays 3 pre-roll ads sequentially before the main stream. At this time, mid-roll repeating ad slots is not supported by Flowplayer.

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 11 - Filtering Accepted Non-Linear Ad Mime Types
   </ova.title>
   <ova.json>
       {
            "ads": {
                "acceptedNonLinearAdMimeTypes": [ "video/x-flv" ],
                "filterOnNonLinearAdMimeTypes": true,
                "servers": [
                    {
                       "type": "OpenX",
                       "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
                    }
                ],
                "schedule": [
                    {
                       "zone": "28",
                       "startTime": "00:00:05",
                       "position": "auto:bottom",
                       "duration": "recommended:10"
                    }
                ]
            },

            "debug": {
              "debugger": "firebug",
              "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
            }
       }
   </ova.json>
</config>