Example 4 - A post-roll on a show stream with a start time but no duration

A pre-roll is played before a show stream that starts 15 seconds in and runs for the remaining duration of the show.

The configuration for this example is:


flowplayer("a.example", "", {
    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",

            "shows": {
                 "streams": [
                      {
                          "file": "",
                          "startTime":"00:00:15"
                      }
                 ]
            },

            "ads": {
                 "servers": [
                     {
                           "type": "OpenX",
                           "apiAddress": ""
                     }
                 ],
                 "schedule": [
                      {
                           "zone": "5",
                           "position": "post-roll"
                      }
                  ],
              },

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