You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
On your config.js :
'url_streaming': 'https://yourstreaming_server:port',
'stream_path': '/your_streampath
'streaming_type': 'shoutcast',
On your script.js :
Add on line 31 : const STREAMPATH = settings.stream_path;
And change line 245 to var audio = new Audio(URL_STREAMING + STREAMPATH );
Thank you so much for your help @PoerOne .
I tried what you did.
Stream is playing but doesn't grab metadata and covers.
My stream is Icecast.
Here is a test: https://player.lordfader.tk
Hello and thank you so much for your work.
I use a old version of your work and it works ok on my Working Test
A few week ago I download the last version and try it... but only the sound is playing on my Not Working Test
I use the same configuration data in both.
I notice in the Second version it only recognize my stream if I finish with "http://mystream:port/stream"
I'm not good in scripting/programing but there is something different in the .js config files eg:
// URL of SHOUTCast streaming without / on the final, eg: http://streaming.com:8080
const URL_STREAMING = "http://mystream:port";
you end with --> ;
// URL of streaming without / on the final, eg: http://streaming.com:8080
'url_streaming': 'http://mystream:port/stream',
you end with --> ,
Thank you
Talvez na próxima te possa explicar em Português se quiseres.
:-)
The text was updated successfully, but these errors were encountered: