The configuration for this example is:
jwplayer("container").setup({
flashplayer: "",
playlist: [
{ file: "http://streaming.openvideoads.org:81/shows/the-black-hole.mp4", duration: 30 }
],
'controlbar.position': 'over',
"skin": "http://static.openvideoads.org/downloads/skins/lulu.zip",
plugins: {
"../../../dist/swf/ova-jw.swf": {
"ads": {
"schedule": [
{
"position": "auto:bottom",
"startTime": "00:00:05",
"duration": "recommended:20",
"tag": "http://openx.openvideoads.org/.."
}
]
},
"debug": {
"levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
}
}
},
height: 300,
width: 450
});