Hi,
Have installed the Airplay as a source on the speaker, but the speaker does not show up as an Airplay speaker on my IOS devices.
Any guidance would be appreciated.
Raman
Hi,
Have installed the Airplay as a source on the speaker, but the speaker does not show up as an Airplay speaker on my IOS devices.
Any guidance would be appreciated.
Raman
Hi Raman,
there is a bug in the Airplay module. Can you login to the system (via console or ssh) and then run the following commands:
sudo apt-get update
sudo apt-get upgrade
sudo /home/pi/beocreate-installer install-source shairport-sync
Best regards,
Daniel
Hi again,
the system is asking for a password. I cannot recall that I entered any password while setting it up.
Advice please.
User: pi
Password: raspberry
Thanks - worked just great.
Is there a similar fix for the Spotify Connect as well?
Cannoct connect with Spotify even though the options is visible
Raman
Hi Raman,
the equivalent commands to install Spotify Connect are:
sudo apt-get update
sudo apt-get upgrade
sudo /home/pi/beocreate-installer install-source spotifyd
All the best,
Tuomas from Bang & Olufsen
Thanks!
Had the same problem with Airplay, reinstalling shairport-sync from source solved the problem. Thanks,
Raju
Hello,
I tried
sudo apt-get update
sudo apt-get upgrade
sudo /home/pi/beocreate-installer install-source shairport-sync
But despite that i still am not able to see the speakers on my IPhone via Airplay . Is there anything else which could help?
Hi Dominik,
have you restarted the system after running the installer?
Best,
Tuomas from Bang & Olufsen
Hi Tuomas,
Yes of course. It ordered me to do a reboot, which i did. after that i restarted it.
Greetings
Thanks.
What do you see if you run the following?
service shairport-sync status
Best,
Tuomas from Bang & Olufsen
So i ran sudo /home/pi/beocreate-installer install-source shairport-sync again.
now the status is:
● shairport-sync.service - Shairport Sync - AirPlay Audio Receiver Loaded: loaded (/lib/systemd/system/shairport-sync.service; enabled; vendor preset: enabled) Active: inactive (dead)
Thanks for following up. It looks like we're getting somewhere. Let's see why it's dead.
First do sudo service shairport-sync stop
Then try starting it manually by simply running shairport-sync
This will likely expose any configuration errors we might be dealing with.
Best,
Tuomas from Bang & Olufsen
Thanks very much Tuomas!
I didn't need to try sync stop because i accidentally ran the install again (copy & pasted the wrong line) and suddenly it showed up on my devices.
it seems to be working now:
● shairport-sync.service - Shairport Sync - AirPlay Audio Receiver Loaded: loaded (/lib/systemd/system/shairport-sync.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2018-04-29 18:47:19 UTC; 5min ago Main PID: 502 (shairport-sync) CGroup: /system.slice/shairport-sync.service └─502 /usr/local/bin/shairport-sync Apr 29 18:47:19 bw-ba294 systemd[1]: Started Shairport Sync - AirPlay Audio Receiver.
Greetings!
Super, glad to hear it's working!
Please reach out if you run into any more trouble.
All the best,
Tuomas from Bang & Olufsen
Im having the same issues.
Have tried the solutions mentioned above.
Whenim running the sudo service shairport-sync stop i'm not getting getting any messages from the device - is that right?
Using the shairport-sync - after that is the same thing - nothing happens
best regards Lars T (denmark)
Hi Lars,
sudo service shairport-sync stop should not give any messages, that is expected.
Running shairport-sync should produce either a Succesful Startup message or an error. See below an example from my system:
Best,
Tuomas from Bang & Olufsen
i dont get that message
Okay, it looks like the program itself is there but for some reason it quits immediately. What happens if you run shairport-sync -v ? You can also use either -vv or -vvv which increases the amount of messages it should give you.
Best,
Tuomas from Bang & Olufsen
Nothing
That is very strange indeed. Have you tried running the installer again (and rebooting afterwards) to see if that has any effect?
Best,
Tuomas from Bang & Olufsen
Made a complete reinstall and did the things mentioned above - now airplay works! Thank you