
JW Player for HTML5 beta and Shoutcast
Hello
I don't know how to listen my shoutcast radio with new Player because the syntax has changed.
Before I used :
player.sendEvent('LOAD', lst);
var lst = new Array();
lst[0] = {
description:"MyDescription",
file:"http://<MyIP>:<MyPort>/;listen.pls",
type:"sound"
}
Same problem with my WowzaMediaServer I use :
var so = new SWFObject("player-viral.swf","player","100%","100%","7","#000000");
so.addParam("allowfullscreen","true");
so.addVariable("file","MyMovie.mp4'");
so.addVariable("streamer","rtmp://MyIP/streamingvideo")
so.write('placeholder');
I don't see anything about this on new player
Thanks