<div dir="ltr">Hello,<div><br></div><div>I am using Icecast v2.4.1 to to stream AAC audio to web clients through jPlayer. If HTML5 is not supported then it uses Flash Player.</div><div><br></div><div>The problem is that Flash player does not play AAC streams as is, and from a quick google search someonw suggested I append "?type=.flv" to the url. I cannot make it work though as whatever I request, I get a response with mime type "audio/aac". For example (working links):</div><div><br></div><div>curl "<a href="http://s1.chromaradio.com:18002/chr_80s?type=.flv" target="_blank">http://148.251.184.14:18002/chr_80s?type=.flv</a>" -o /dev/null -D -<br></div><div><br></div><div>and</div><div><br></div><div><div><div>curl "<a href="http://s1.chromaradio.com:18002/chr_80s?type=.flv" target="_blank">http://148.251.184.14:18002/chr_80s</a>" -o /dev/null -D -<br></div></div></div><div><br></div><div>returns mime type "audio/aac".</div><div><br></div><div>Now I remember that I got it to work some time ago, probably with an older icecast version, and I remember that it was working as expected, and with the extra string at the end I would get mime type "video-x-flv". Does anyone have an idea about the problem ? Also, can anyone point me to the documentation about the type=* option ?</div></div>