-
Notifications
You must be signed in to change notification settings - Fork 458
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
spotifyd is listening to UDP port 5353 and replying to mDNS requests #1101
Comments
This could be a duplicate of #990 which is caused by librespot-org/librespot#486 and could be theoretically resolved since libmdns allows specifying allowed IP addresses: librespot-org/libmdns#35 |
As @wasamasa correctly points out, In
Unfortunately, Hope this helps! |
So with #1059 having been merged, |
Yes, I can confirm that a recently built spotifyd does no longer have this issue. |
@stuart12 feel free to reopen, if it still doesn't work for you. |
This is an issue when running spotifyd without credentials. |
I know this is an issue specifically in this application but I have the same issue using the official client is there any idea on how to fix the problem |
Description
Spotifyd is listening to UDP port 5353 and appears to be replying to mDNS requests, This breaks avahi-daemon.service on my Debian machine
To Reproduce
journalctl -fu avahi-daemon.service
avahi-daemon[1866]: Host name conflict, retrying with entrance-2
The problem became worse when I started running docker. Spotifyd is now advertising 172.17.0.1 (the address of the docker0 interface) in addition to the correct IP address. Every second lookup of
entrance.local
(my machine is called entrance) now gets the incorrect address 172.17.0.1.Expected behavior
Spotifyd does not listen to UDP port 5353, Spotifyd does not reply to mdns requests.
Logs
Click to show logs
Compilation flags
cargo build --release --no-default-features --features pulseaudio_backend
Versions:
The text was updated successfully, but these errors were encountered: