Page 1 of 1

Shoutcast HTML5 native audio player

PostPosted: 2017 Mar 08, 19:20
by serveroffer
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
Code: Select all
<audio controls autoplay="autoplay">
<source src="http://127.0.0.1:8000/;stream.mp3" type="audio/mp3">Update your browser
</audio>