jwplayer("player").setup({
flashplayer: "../jwplayer.flash.swf",
primary: "html5",
width: 660,
height: 350,
playlist: [
{
sources: [
{ type: "rtmp", file: "mp4:big_buck_bunny_400k.mp4"},
{ type: "mp4", file: "http://videos.electroteque.org/big_buck_bunny_400k.mp4"},
],
streamer: "rtmp://rtmp.electroteque.org/cfx/st",
"previewer.file": "http://static.electroteque.org/images/contactsheets/big_buck_bunny_400k-[index].jpg"
},
{
sources: [
{ type: "rtmp", file: "mp4:Elephants_Dream_720-h264-st-aac.mp4"},
{ type: "mp4", file: "http://videos.electroteque.org/Elephants_Dream_720-h264-st-aac.mp4"},
],
streamer: "rtmp://rtmp.electroteque.org/cfx/st",
"previewer.file": "http://static.electroteque.org/images/contactsheets/Elephants_Dream_720-h264-st-aac-[index].jpg"
}
],
plugins: {
"http://static.electroteque.org/swf/videopreviewer-2.0.js": {
frameWidth: 108,
frameHeight: 60,
columns: 5,
rows: 5,
interval: 10
},
}
});