This example illustrates how you can use the ability of the Flowplayer playlist to read RSS based playlist configurations to load up streams and mix in advertising using the Open Ad Streamer.
The RSS playlist file that is loaded by this example can be found here.
The configuration for this example is:
flowplayer("a.example", "", {
playlist: "",
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
"debug": {
"levels": ""
},
"ads": {
"pauseOnClickThrough": true,
"servers": [
{
"type": "OpenX",
"apiAddress": ""
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll"
}
]
}
}
}
});