http://u10.sky.fm/ displays the audio URLs and types. It is powered by www.icecast.org.
I have the following code snippets HTML5
<audio controls="controls" autoplay="autoplay">
<source src="http://u10.sky.fm/altrock" type="audio/mpeg" />
</audio>
Unfortunately, it does not work. I am using Chrome. What did I do wrong?
Any help is appreciated. Thanks in advance for your help.
EDIT: Updated code below still does not work.
<audio controls="controls" autoplay="autoplay">
<source src="http://u10.sky.fm:80/sky_altrock" />
</audio>