I'm using JW Player (v6) to broadcast an AAC+ webradio. I can use it with IceCast 2 servers (in my case using the KH branch). Now I'm setting up a new webradio but using a ShoutCast v2 server. I cannot find a way to get it work.
I've tried Muses player. It works but is a bit unstable and have no metatag support for v2, that I need.
Here is a working example of JW Player using IceCast 2:
jwplayer("myElement").setup({
autostart: true,
height: 30,
width: 400,
primary: 'flash',
playlist: [{
title: 'Live Mix - www.livemix.com.br',
sources: [{
file: "http://aac.livemix.com.br:80/livemix?type=.flv",
type: "flv",
}]
}]
});
My new webradio in ShoutCast v2 is:
http://radio.centraldj.com.br:8000/centraldj
Any help is appreciated.