Hello,
I have a problem on my web application, I would like play music streaming with audio tag (html5).
- Index.html:
<audio controls>
<source src="http://mp3.live.tv-radio.com/nrj/all/nrj_113225.mp3" type="audio/mpeg"></source>
Your browser does not support the audio tag.
</audio>
- Config.xml:
<access origin="http://mp3.live.tv-radio.com/nrj/all/nrj_113225.mp3" subdomains="true"/>
So on the emulator, I can see the player but when I click play, nothing happens.
What is wrong?