2023-08-13 20:46:14 +00:00
2023-06-18 21:45:07 +00:00
2022-12-23 05:20:59 +00:00
2023-06-21 00:32:27 +00:00
2023-08-13 20:46:14 +00:00
2022-12-23 00:32:51 +00:00
2023-08-13 20:42:47 +00:00

HTML5 Internet Radio Player

This is a fork of https://github.com/gsavio/player-shoutcast-html5

Documentation.

Open The Script.js file and edit the lines Below.

// RADIO NAME
const RADIO_NAME = 'Game! Radio 1';

// SELECT ARTWORK PROVIDER, ITUNES, DEEZER & SPOTIFY. eg : spotify 
var API_SERVICE = 'DEEZER';

// Change Stream URL Here, Supports, ICECAST, ZENO, SHOUTCAST, RADIOJAR and any other stream service.
const URL_STREAMING = 'https://stream-51.zeno.fm/cfhkm5fs1uhvv?zs=HOu6hxV1SG-7iGi9WGVTqQ';

//PASTE YOUR MEDIA CP JSON URL HERE TO GET NOW PLAYING SONG TITLE.
const MEDIACP_JSON_URL = ''

//API URL / if you use MEDIA CP, CHANGE THIS TO : https://api.streamafrica.net/metadata/mediacp.php?url='+MEDIACP_JSON_URL
const API_URL = 'https://api.streamafrica.net/metadata/index.php?z='+URL_STREAMING


Open The img folder and add your logo named "cover.png"

Demo Screenshots

Demo Screenshot

Supported Hosting Types

  • Icecast / Shoutcast
  • Zeno Radio
  • RadioJar
  • Azuracast
  • Centova Cast
  • Everest Cast
  • MediaCP
  • Sonic Panel
  • JoeyCast

Supported API/Data Sources

  • Apple Music / Itunes
  • Deezer
  • Spotify
  • SoundCloud
  • BandCamp
  • Azuracast
  • MediaCP

Feedback

If you have any feedback, please reach out to me at bankuboy@pm.me

License

MIT

Languages
JavaScript 47.6%
CSS 36.6%
HTML 15.8%