Can’t play stream audio with HTML-5

Can’t play stream audio with HTML-5

BY 03 Jun 2013 Web Application Development

Hi, all!

I’m tryin to play stream audio with following code:

<!DOCTYPE html>

<html>
<body>
<audio src=”http://icecast.timlradio.co.uk/vc160.ogg” autoplay type=”audio/ogg”></audio> 
</body>
</html>
 
Simulator playing that good, but real device don’t do it. 
Can someone tell me, how to play sound with <audio> tag?
Written by