
Contribution: AAC+ Stream (Icecast KH) on JWPLAYER 6
Hi, do not know if this already have commented, but here I share code to embed a streaming Icecast KH AAC +
<script type="text/javascript" src="jwplayer.js"></script>
<div id="icecastaacp">Loading...</div>
<script type="text/javascript">
jwplayer("icecastaacp").setup({
width: 260,
height: 30,
autostart: 'true',
flashplayer: "jwplayer.flash.swf",
file: "http://xxx.xxx.xxx.xxx:xxxx/mountpoint?type=.flv",
type: 'flv',
flashvars: 'ignoremeta=true',
provider: 'video',
primary: 'flash',
});
</script>
If this theme is repeated excuse, but hope it serves someone: D