-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
output.harbor doesn't send ICY metadata #358
Comments
A list of plugins, if it will be helpful for resolution of my problem. |
I think this was fixed in 1.2.1 version. See #337 |
I'm sorry, but why did you close my issue? It does not belong to #337 issue! More than that, I said that I'm using the latest (1.2.1) version of Liquidsoap and it isn't fixed in it. Minimal script to reproduce:
Log (when client connects, note the Icy-MetaData header that being ignord by Liquidsoap):
|
Did a bit more detailed research. First, added a map_metadata function to ensure that meta has been correctly read from the file by Liquidsoap:
Then took a look at the logs:
As we can see, metadata is on its place. Then I've sniffed some traffic between my player and Liquidsoap server. Headers are these:
It says |
Thanks for this detailed report. I'll be looking into it. |
Well, that was a stupid bug.. Fixed in 06adbac, thanks for reporting! |
Hello. I have a strange problem. I was using
Liquidsoap/1.1.1-7.1
from Ubuntu repos and all worked fine. Recently I decided to switch to FDK-AAC which works only in1.2.1
. I've cloned git repo (liquidsoap-full
), built all needed packages (includingtaglib
) and ran my script (the same as for1.1.1
). Stream works, but no metadata is sent, although metadata is read from the files correctly (checked withmap_metadata
and log). There's no metadata in ICY headers even if I disable any metadata handlers likemap_metadata
.What's the problem and how to fix it? No, installing an Icecast/Shoutcast server won't be a good solution for me.
The text was updated successfully, but these errors were encountered: