Best HTML5 Player for Shoutcast, Icecast, MP3, AAC, and OGG
This is a simple minimalist HTML5 Player. Just copy the code and embed it onto your website. Edit the code by entering your streaming address.
- Works with any SHOUTcast & Icecast Server
- Works with Firefox, Safari, Internet Explorer and Google Chrome!
- Selection of over 25 Themes (See below)
- Plays Radio MP3, AAC, and OGG Streams via Your Site.
- Simple Copy & Paste Code edit the code by adding your streaming address.
What is HTML5?
HTML5 is the latest version of Hypertext Markup Language, the code that describes web pages. HTML5 has been designed to deliver almost everything you’d want to do online without requiring additional software such as browser plugins. It does everything from animation to apps, music to movies, and can also be used to build incredibly complicated applications that run in your browser. HTML5 isn’t proprietary, so you don’t need to pay royalties to use it. It’s also cross-platform, which means it doesn’t care whether you’re using a tablet or a smartphone, a netbook, notebook or ultrabook, or a Smart TV: if your browser supports HTML5, it should work flawlessly. Inevitably, it’s a bit more complicated than that.
HTML5 Player Look
Above is a gallery of audio players by major web browsers Chrome, Firefox, Opera, Safari and Internet Explorer. As you can see, the size, color, and style of the player control vary from one to another. Also could change depending on the version of each browser. For more information, you can visit HTML5 Tutorial – Audio
Icecast Stream HTML5 Player
Replace: http://ipaddrss:port/mountpoint
<audio controls><source src=”http://ipaddrss:port/mountpoint?type=.mp3″ type=”audio/MPEG”>Your browser does not support the audio element.</audio>
Shoutcast Stream HTML5 Player
Replace: http://ipaddrss:port/mountpoint
<audio controls><source src=”http://ipaddrss:port/mountpoint?mp=/;” type=”audio/mpeg”>Your browser does not support the audio element.</audio>
AAC Stream HTML5 Player
Replace: http://ipaddrss:port/mountpoint
<audio controls><source src=”http://ipaddrss:port/mountpoint/;stream.mp3″ type=”audio/mp3″>Your browser does not support the audio element.</audio>
OGG Stream HTML5 Player
Replace: http://ipaddrss:port/mountpoint
<audio controls><source src=”http://ipaddrss:port/mountpoint?type=.ogg” type=”audio/ogg”>Your browser does not support the audio element.</audio>
For more information about HTML5 and to do a test go to:
<audio>: The Embed Audio element