Example 7 - Using SMIL playlists via the OAS shows config

This example illustrates how to configure a SMIL playlist using the OVA shows config.

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Using SMIL playlists via the OAS shows config
   </ova.title>
   <ova.json>
       {
            "debug": {
                "debugger": "firebug",
                "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
            },

            "shows": {
                "playlist":
              	   {
  						"file": "http://hwcdn.net/y9t7g4w7/fms/streaming/Passion.mp4.smil",
                        "type": "smil"
              	   }
            },

            "ads": {
                "pauseOnClickThrough": true,
                "servers": [
                    {
                      "type": "OpenX",
                      "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
                    }
                ],
                "schedule": [
                    {
                      "zone": "5",
                      "position": "pre-roll"
                    }
                ]
            }       
       }
   </ova.json>
</config>