Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

New Version doesn't show metadata and pictures #32

Open
LordFader opened this issue Feb 14, 2021 · 3 comments
Open

New Version doesn't show metadata and pictures #32

LordFader opened this issue Feb 14, 2021 · 3 comments

Comments

@LordFader
Copy link

LordFader commented Feb 14, 2021

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:

Thank you
Talvez na próxima te possa explicar em Português se quiseres.
:-)

@PoerOne
Copy link

PoerOne commented Apr 6, 2021

Try this if stream with shoutcast:

  1. On your config.js :
    'url_streaming': 'https://yourstreaming_server:port',
    'stream_path': '/your_streampath
    'streaming_type': 'shoutcast',

  2. 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 );

Hope this works fine. Tks.

@LordFader
Copy link
Author

LordFader commented Jun 1, 2021

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

@PoerOne
Copy link

PoerOne commented Jun 2, 2021

Hi @LordFader ,

You can't mix http & https on your jquery.showinfo.js & icecastInfo.js. Just try remove first this file first and try again.

Tks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants