-
Notifications
You must be signed in to change notification settings - Fork 19
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
Wifi speaker detected, ip correct, portnumber wrong #74
Comments
Hi, sorry if I'm not immediately helpful, but I'd start with a tcpdump to see what the speaker is announcing. Perhaps it's some kind of quirk in the announcement... |
As raop is announced using dns-sd/mdns, the port is announced there. Use
Port in this case is 1028. |
The tcpdump doesn't look that different from the rest. Interestingly, with the avahi-browse -a -r command I see the device listed twice, once with the correct IP and port and once with the incorrect one: = wlp1s0 IPv4 sonos347E5C3C754C _spotify-connect._tcp local I have deactivated the 'make Apple AirTunes devices available in local network" within pulseaudio and the device is shown in the audio settings but I still can't hear anything. |
The two entries are two different protocols, one is "AirTunes Remote Audio" aka RAOP, the other one is something related to Spotify. For RAOP, you want to enable AirTunes. Why do you think the port is wrong, at all? Can you provide a wireshark trace? Set the filter to 'ip.addr == 192.168.178.49'. |
Hello,
I'm trying to use a wifi speaker via the pulseaudio raop module. My speaker is correctly recognized, yet the port is wrong.
Modul #29 Name: module-raop-sink Argument: server=[192.168.178.49]:7000 sink_name=raop_output.Sonos-347E5C3C237C.local sink_properties='device.description="Arbeitszimmer (192.168.178.49:7000)"' protocol=UDP encryption=none codec=ALAC Nutzungszähler: 0 Eigenschaften: module.author = "Colin Guthrie" module.description = "RAOP Sink" module.version = "11.1"
I already tried to unload the module and reloading it with the correct port number.
pactl load-module module-raop-sink server=[192.168.178.49]:1400 sink_name=raop_output.Sonos-347E5C3C237C.local
pactl load-module module-raop-sink server=192.168.178.49:1400 sink_name=raop_output.Sonos-347E5C3C237C.local
But everytime I try this, I only get an error: 'initialization of module failed'
Is there a possibility to keep all the settings but just change the port number?
Thanks in advance
Liz
The text was updated successfully, but these errors were encountered: