Example 3.10.00: Empty response 2 times on-demand pre-roll ad call, delayed (playlist)

The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
       {
           url: "",
           netConnectionUrl: "",
           provider: "rtmp",
           duration: 15
       },
       {
           url: "",
           duration: 16
       }
    ],

    plugins: {
        controls: {
            autoHide: "always"
        },
        rtmp: {
            url: ""
        },

        ova: {
            url: "",

            "delayAdRequestUntilPlay": true,

            "ads": {
               "schedule": [
                   {
                      "position": "pre-roll",
                      "loadOnDemand": true,
                      "tag": ""
                   },
                   {
                      "position": "pre-roll",
                      "loadOnDemand": true,
                      "tag": ""
                   }
               ]
            },

            "debug": {
                "levels": ""
            }
        }
    }
});