102 líneas
2.6 KiB
Markdown
102 líneas
2.6 KiB
Markdown
|
|
# HTML5 Icecast/Shoutcast/Zeno Full Page Radio Player
|
|
|
|
# Documentation.
|
|
|
|
Open The [Script.js](https://github.com/joeyboli/html5-shoutcast-icecast-zeno-player/blob/main/js/script.js) file and edit the lines Below.
|
|
|
|
```javascript
|
|
// 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';
|
|
|
|
//API URL GET API On Joeycast Website
|
|
const API_URL = 'https://api-v2.joeycast.com/api/metadata/0127c57b-7174-4e2b-9b28-b5e0f313309e'
|
|
|
|
|
|
```
|
|
|
|
## Premium Now Playing API
|
|
|
|
[Buy](https://spp.joeycast.com/store/jcplayer/jcplayer-free-api/5)
|
|
|
|
## Free Hosting
|
|
|
|
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fjoeyboli%2FRadioPlayer)
|
|
[](https://app.netlify.com/start/deploy?repository=https://github.com/joeyboli/RadioPlayer/)
|
|
[](https://railway.app/template/_QMSCK)
|
|
|
|
|
|
## Change Logo.
|
|
|
|
Open The img folder and add your logo named "cover.png"
|
|
|
|
|
|
|
|
## Demo Screenshots
|
|
|
|

|
|
|
|
|
|
## Supported Hosting Types
|
|
* Icecast / Shoutcast
|
|
* Zeno Radio
|
|
* RadioJar
|
|
* Azuracast
|
|
* Centova Cast
|
|
* Everest Cast
|
|
* MediaCP
|
|
* Sonic Panel
|
|
* [JoeyCast](https://joeycast.com)
|
|
|
|
## Supported API/Data Sources
|
|
* Apple Music / Itunes
|
|
* Deezer
|
|
* Spotify
|
|
* Azuracast Now Playing API (Pro)
|
|
* MediCP Now Playing API (Pro)
|
|
* CentovaCast Now Playing API (Pro)
|
|
|
|
|
|
# JCPlayer Pro
|
|
#### ScreenShot
|
|
[](https://icdn2.streamafrica.net/boxradiostacks/6575160608505.jpg)
|
|
|
|
## Features
|
|
- Supports Itunes, Spotify, Azuracast, MediaCP, Deezer.
|
|
- Admin Panel For Multi Station.
|
|
- Supports MP3, AAC.
|
|
- Single Or Multi Radio Stations.
|
|
- StreamAfrica Premium API.
|
|
|
|
#### Price
|
|
100$ Per Year.
|
|
|
|
#### Demo.
|
|
- [JC Player Pro Demo](https://player.joeycast.com/demo/ "JC Player Pro Demo")
|
|
|
|
#### Purchase URL.
|
|
[Buy JCPlayer Pro](https://spp.joeycast.com/store/jcplayer/jcplayer-pro/4)
|
|
|
|
|
|
|
|
## Feedback
|
|
|
|
If you have any feedback, please reach out to me at bankuboy@pm.me
|
|
|
|
|
|
## License
|
|
|
|
[MIT](https://github.com/gsavio/player-shoutcast-html5/blob/master/LICENSE)
|
|
|
|
## Credits
|
|
* [gsavio/player-shoutcast-html5](https://github.com/gsavio/player-shoutcast-html5)
|
|
* [streamafrica Free API](https://api.streamafrica.net/)
|
|
|
|
|