Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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

2 Community Answers

Andrew

JW Player Support Agent  
0 rated :

We unfortunately do not support the use of icecast officially, however you’ve mentioned that this is an AAC stream? Is there a reason why you’re using a type: FLV here?

inuyasha.nexus

User  
0 rated :

It happens that Icecast-KH is modified to provide the AAC + stream, and this sends it through a flv file.

Although not provide official support for Icecast, here I share the code that has worked for me to play an AAC + stream in JWPLAYER.

You can validate it on the website where I have running
http://radioinstintourbano.com/

This question has received the maximum number of answers.