Files
RadioPlayer-22/README.md

92 líneas
2.2 KiB
Markdown
Original Vista normal Histórico

2022-12-24 18:30:54 +00:00
2023-08-21 01:02:42 +00:00
# HTML5 Icecast/Shoutcast/Zeno Full Page Radio Player
2023-06-18 21:49:17 +00:00
# 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
2023-06-21 20:28:06 +00:00
// RADIO NAME
2023-06-18 21:49:17 +00:00
const RADIO_NAME = 'Game! Radio 1';
2023-06-21 20:28:06 +00:00
// SELECT ARTWORK PROVIDER, ITUNES, DEEZER & SPOTIFY. eg : spotify
2023-06-18 21:49:17 +00:00
var API_SERVICE = 'DEEZER';
// Change Stream URL Here, Supports, ICECAST, ZENO, SHOUTCAST, RADIOJAR and any other stream service.
2023-06-21 20:28:06 +00:00
const URL_STREAMING = 'https://stream-51.zeno.fm/cfhkm5fs1uhvv?zs=HOu6hxV1SG-7iGi9WGVTqQ';
//API URL / if you use MEDIA CP, CHANGE THIS TO : https://api.streamafrica.net/metadata/mediacp.php?url='+MEDIACP_JSON_URL
2023-10-18 21:44:01 +00:00
const API_URL = 'https://api.streamafrica.net/metadata/index.php?z='+URL_STREAMING
2023-06-18 21:49:17 +00:00
```
## Change Logo.
Open The img folder and add your logo named "cover.png"
2022-12-24 18:35:28 +00:00
2023-06-18 21:49:17 +00:00
## Demo Screenshots
![Demo Screenshot](https://i.ibb.co/xfXG7fb/Screenshot-2023-06-18-21-40-11.png)
2023-07-25 01:33:25 +00:00
## Supported Hosting Types
2023-07-25 01:36:13 +00:00
* Icecast / Shoutcast
* Zeno Radio
* RadioJar
* Azuracast
* Centova Cast
* Everest Cast
* MediaCP
* Sonic Panel
2023-08-06 03:01:28 +00:00
* [JoeyCast](https://joeycast.com)
2023-07-25 01:36:13 +00:00
2023-08-06 03:01:28 +00:00
## Supported API/Data Sources
2023-07-25 01:36:13 +00:00
* Apple Music / Itunes
* Deezer
* Spotify
2023-09-14 08:42:13 +00:00
* Azuracast Now Playing API (Pro)
* MediCP Now Playing API (Pro)
* CentovaCast Now Playing API (Pro)
2023-09-09 17:52:44 +00:00
# JCPlayer Pro
#### ScreenShot
[![](https://i.ibb.co/1sy1TPj/Screenshot-2023-09-03-23-44-30.pnghttp://)](https://i.ibb.co/1sy1TPj/Screenshot-2023-09-03-23-44-30.pnghttp://)
## 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.
#### Client Demos.
- [Smooth Sailing Radio Demo](http://player.smoothsailingradio.com/ "Smooth Sailing Radio Demo")
2023-10-07 11:08:59 +00:00
- [Box Radio Player](https://boxradioplayer.pages.dev/)
2023-09-09 17:52:44 +00:00
#### Purchase URL.
[Buy JCPlayer Pro](https://spp.joeycast.com/store/jcplayer/jcplayer-pro/4)
2023-07-25 01:33:25 +00:00
2023-06-18 21:49:17 +00:00
## Feedback
2023-06-21 20:28:06 +00:00
If you have any feedback, please reach out to me at bankuboy@pm.me
2023-06-18 21:49:17 +00:00
## License
[MIT](https://github.com/gsavio/player-shoutcast-html5/blob/master/LICENSE)
2023-08-21 01:06:16 +00:00
## Credits
2023-09-09 17:52:44 +00:00
* [gsavio/player-shoutcast-html5](https://github.com/gsavio/player-shoutcast-html5)
2023-08-21 01:07:21 +00:00
* [streamafrica Free API](https://api.streamafrica.net/)
2023-08-21 01:06:16 +00:00
2023-08-21 01:02:42 +00:00