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>
Audio streaming
Hello,
I have a problem on my web application, I would like play music streaming with audio tag (html5).
<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>
<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?
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio
BY
30 Oct 2023
Tizen Studio