Example 8 - Selection of media based on bitrate

This example illustrates how to specify a 'bitrate' as a selection criteria for the mediafiles returned by the openX ad server.

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 8 - Selection of media based on bitrate
   </ova.title>
   <ova.json>
       {
            "ads": {
                "bitrate": "500-700",
                "servers": [
                   {
                      "type": "OpenX",
                      "apiAddress": "OVA_OPENX_API"
                   }
                ],
                "schedule": [
                  {
                      "zone": "5",
                      "position": "pre-roll"
                  }
                ]
            },

            "debug": {
                "debugger": "firebug",
                "levels": "OVA_DEBUG"
            }
       }
   </ova.json>
</config>