XSL for icecast
Hello,
In addition for the icecast crossdomain.xml file you have to create to get it work you could maybe better use the XSL way and generate a file.
This prevents you having to create the mimetype file.
For example I have icecast running in a Jail on FreeBSD which means I can't access any other files than the files in the icecast directroy.
In the icecast config you point crossdomain.xml to the XSL file and you are ready to go.
If you want to have the details on this, please let me know I'll hook you guys up with a tutorial.

-
Walter commented
Icecast v2.4.1 allows for CORS by adding the following to your Icecast config file.
<http-headers><header name="Access-Control-Allow-Origin" value="*" /></http-headers>
I'm having a hard time understanding what player and config I need to enable metadata on Muses player. All the chats seem to be back in 2012 where developers promise instructions and new info about it coming soon.
-
Hi, we're working now on the HTML5 version of Muses (as now is the default version).
So I guess less people will need a tutorial for the crossdomain.xml and XSL, but it'll still be useful for some cases.If you have this, please let us know so we can make it available for more people.
Also, if you have details on how to enable the javascript cross-origin policies on icecast / shoutcast, it'll be very useful :)
Thanks!
Federico -
Anonymous commented
Something to look over to help with Icecast and History/NP
https://github.com/okwinza/icecast2-php-api
might help give some ideas for expanding this - Love Muses!