Example 11 - Filtering Accepted 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 Linear Ad Mime Types
   </ova.title>
   <ova.json>
       {
            "ads": {
              "acceptedLinearAdMimeTypes": [ "video/x-flv" ],
              "filterOnLinearAdMimeTypes": true,
              "schedule": [
                  {
                    "position": "pre-roll",
                    "tag": "http://api.atdmt.com/adserv.api/viewad/sa=115571748;sf=VAST20_PreRoll_XML_alpha;pf=FLV;br=500;strm=0"
                  }
              ]
            },

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