It seems that howler uses XmlHttpRequest inside, and as i have icecast & app on different domains, i see lots of No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin is therefore not allowed access.
Is it possible to return cors headers via icecast somehow?
You should find the headers being sent now for streams, files and xsl translations. Look in the current github master. It should be in the next tagged update.
I'm using howler library (based on HTML5 / web audio) to play sound in my app: https://github.com/goldfire/howler.js
It seems that howler uses XmlHttpRequest inside, and as i have icecast & app on different domains, i see lots of
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin is therefore not allowed access.
Is it possible to return cors headers via icecast somehow?