Shoutcast HTML5 native audio player
Posted: 2017 Mar 08, 19:20
Let's say you have shoutcast server running on server IP 127.0.0.1 and port 8000
You can use flowing code on your web page to play shoutcast radio
You can use flowing code on your web page to play shoutcast radio
Code: Select all
<audio controls autoplay="autoplay">
<source src="http://127.0.0.1:8000/;stream.mp3" type="audio/mp3">Update your browser
</audio>