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

Liquidsoap doesn't repeat metadata to icecast after reconnect #3906

Open
vitoyucepi opened this issue May 8, 2024 · 1 comment
Open

Liquidsoap doesn't repeat metadata to icecast after reconnect #3906

vitoyucepi opened this issue May 8, 2024 · 1 comment

Comments

@vitoyucepi
Copy link
Collaborator

vitoyucepi commented May 8, 2024

Describe the bug
When liquidsoap reconnects to the icecast server, it doesn't repeat the last metadata. The disconnect could be caused by restarting icecast.

To Reproduce

  1. main.liq
    s = insert_metadata(sine())
    s.insert_metadata([("title", "test")])
    output.icecast(%mp3, s, host="icecast", mount="test")
  2. Launch icecast and liquidsoap.
  3. Go to the icecast website.
    Note that the title is set for /test mount.
  4. Restart icecast.
  5. Go to the icecast web page.
    Note that the title for /test mount is not set.

Expected behavior
Liquidsoap should repeat metadata for output.icecast after reconnect.

Version details

  • OS: Debian in docker
  • Version: 2.0.7, 2.1.4, 2.2.5

Install method
savonet/liquidsoap

Common issues
N/A

@gAlleb
Copy link
Contributor

gAlleb commented May 8, 2024

Oh! 100%, I've got so used to this that stopped looking at it like a bug))
Thanks, Vito!

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

No branches or pull requests

2 participants