Example 9 - Multiple ad tag requests (both fail)



The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
        { 
            url: OVA_HTTP_SHOW_STREAM_1, 
            duration: 30 
        }
    ],
    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",
            "ads": {
               "schedule": [
                   {
                       "position": "pre-roll",
                       "tag": "http://ads.example.com/this-will-fail.html"
                   },
                   {
                       "position": "pre-roll",
                       "tag": "http://ads.example.com/this-will-fail-again.html"
                   }
               ]
           },
           "debug": { "levels": "fatal, config, vast_template, playlist" }
        }
    }
});