The configuration for this example is:
flowplayer("a.example", "", {
playlist: [
{
url: "",
scaling: "orig"
},
{
url: "",
provider: "rtmp",
start: 10,
duration: 20
},
{
url: "",
duration: 20
},
],
plugins: {
rtmp: {
url: "",
netConnectionUrl: ""
},
ova: {
url: "",
"ads": {
"skipAd": {
"enabled": true
},
"servers": [
{
"type": "OpenX",
"apiAddress": "",
"allowAdRepetition": true
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll",
"applyToParts": [1, 2]
},
{
"zone": "5",
"position": "mid-roll",
"startTime": "00:00:10",
"applyToParts": [1, 2]
},
{
"zone": "5",
"position": "post-roll",
"applyToParts": [1, 2]
}
]
},
"debug": {
"levels": ""
}
}
}
});