Multi/parallel stream set up example.
Code for the example:
var easybits_Flashstream = {
loaders: ["http://livenl.easy-bits.com/ez/prod-6/http/easybits-httpstreaming.html"],
alturls:[
{
url: "https://www.easy-bits.com/videos/tears-of-steel.mp4",
locations: ["http://livenl.easy-bits.com/videos/tears-of-steel.mp4"]
}
]
};
$f("player", "/swf/flowplayer-3.2.16.swf", {
clip: {
url:"https://www.easy-bits.com/videos/tears-of-steel.mp4",
provider: 'httpstreaming'
},
debug: false,
plugins: {
httpstreaming: {
url:"/software/prod-6/flash-stream/flow/easybits-httpstreaming-flowplayer-plugin.swf"
}
}
});