Skip to content
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

Live Broadcast - Icecast 2, metadata update not working #14210

Open
tsmacdonald51 opened this issue Jan 22, 2025 · 0 comments
Open

Live Broadcast - Icecast 2, metadata update not working #14210

tsmacdonald51 opened this issue Jan 22, 2025 · 0 comments
Labels

Comments

@tsmacdonald51
Copy link

Bug Description

While I can broadcast to my Icecast server, the metadata is not being recognized by the server. It appears that Mixx (both v2.4.2 and v.2.5.0) sends the metadata update to the server using this HTTP request:

/admin/metadata?mode=updinfo&mount=%2fradio&artist=Chuck%20Berry&title=Johnny %20Be%20Good

where artist and title are sent using separate QS parms. But my server expects the single QS parm: song. For example:

/admin/metadata?mode=updinfo&mount=%2fradio&song=Chuck%20Berry - Johnny %20Be%20Good

This later url pattern seems to correspond with the Icecast spec:
https://icecast.org/docs/icecast-trunk/admin_interface

Version

v.2.5.0

OS

Windows 11

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

No branches or pull requests

1 participant