gsavio / player-shoutcast-html5

Responsive HMTL5 Web Player for SHOUTCast and Icecast streamings with cover art and lyrics
https://guilhermesavio.dev/player-shoutcast-html5/
MIT License
92 stars 58 forks source link

Zeno Radio Version Here. #46

Open joeyboli opened 1 year ago

joeyboli commented 1 year ago

DEMO : https://boxradio.net/player/zeno/ Source Code : https://boxradio.net/player/zeno.zip

to set up your station for it edit the script.js file with your credentials you will see a var named 'zenoid' and replace it with your stream link mount example 'cfqla0proqwtv' --> this can be found here https://stream.zeno.fm/cfqla0proqwtv and change the rest of the info to fit your needs, next edit the style.css and replace urls that starts with https://ucarecdn.com/ to your station logo.

Improvements. Artwork Finder Built In House. Uses Both Deezer & Itunes API. Artwork API Endpoint : https://api.streamafrica.net/search.php?query=song-title No PHP Files to host so you can use netlify, vercel or any other serverless hosting services.

DirtySkeMe commented 1 year ago

i think i did like everything you explain but the page doesn't update the background,cover,song title and page title but the audio stream does work I normally use this but the zeno stream doesn't work on it https://www.syndicatedhiphop.com/player/

https://www.syndicatedhiphop.com/zeno

https://www.syndicatedhiphop.com/zeno.zip

thank you for any help you can provide bitmoji

joeyboli commented 1 year ago

@DirtySkeMe

okay you did make a mistake with the api. you should use your mount point in the 'zenoid' instead of your stream URL.

what you did

var zenoid = 'http://stream.zeno.fm/tbyya6ps5f0uv'

what was supposed to be done .

var zenoid = 'tbyya6ps5f0uv'

just put your mount point there. more explanation.

this is your mount point : tbyya6ps5f0uv

and it can be found in your stream URL here : http://stream.zeno.fm/tbyya6ps5f0uv

joeyboli commented 1 year ago

Screenshot 2022-12-07 16 38 07

i fixed it for you...

zeno.zip

DirtySkeMe commented 1 year ago

Thanks a lot finally my original player do play the zeno stream finally needed to clear my cache on cloudflare

https://www.syndicatedhiphop.com/player/ https://www.syndicatedhiphop.com/zeno

after awhile the cover stay stock on your script

bitmoji