-
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
shairport-sync-docker development crashes when accessed from macbook pro #24
Comments
Thanks for the report, but it's working okay here, receiving audio from an iPhone, an iPad and an Intel iMac (directly from the Music app and as the System Output). The Docker image is being hosted on a Raspberry Pi 5 running Raspberry Pi OS. |
BTW, the Docker image I'm referring to is the one on the Docker Hub -- I guess that's what you are using? |
docker run -d sometimes it works. Usually not. I have to restart shairport-sync with docker start. Hosted on: Sound device: However it all works with owntone. I will try later with classic as this seemed to work on another PC with Debian 12. |
Hmm, I’m afraid I don’t have a line on this just now. Any more information would be very welcome. |
Docker logs Shairport-sync (relevant part)
this happens when I try to connect to shairport-sync docker related/hardware related? |
New issue: docker run -d --name=shairport-sync-classic --net host --device /dev/snd mikebrady/shairport-sync:latest-classic -a Shairport-classic -- -d hw:0 -c PCM This works: Documentation on this github needs some updating ;-) |
This classic version does NOT crash. (airplay 1) The other versions (need to test more) all crash when music/sound is streamed (actually there is no connection) from macOS, iOS and iPadOS. So |
Thanks. If you take a look at the Docker Hub repository, you'll see documentation and a list of tags -- there is no 'latest-classic' tag. (In fact, this repository is obsolete; it will be removed, but not before we get this issue sorted 😊.) To see why the app is crashing, if you run the image from the command line in an interactive style (see the Advanced Usage section) with one level of debug logging (add |
Even with
OwnTone works, because it connects to Shairport Sync as AirPlay 1 not 2. I still have to check if this only happens on this server (with intel atom processor) or also on another PC (Old intel Pentium G2120). Tested: OK. It is probably a Docker configuration software/hardware problem/conflict that is unique to my setup. Thank you for shairport-sync! 👍 |
Thanks for the update. I'm really at a loss to understand what's happening here. |
This repository will be deleted soon -- please don't be too surprised if this record all disappears. |
You are not the only one. MIght be:
However I'm sure it has worked in a not to distant past, maybe only after a fresh restart/reboot? Never mind. Classic works! I will continue (if needed) in the main shairport-sync repository. 👍 |
shairport-sync-docker development crashes when accessed from macbook pro.
shairport-sync-docker development also crashes when directly accessed from iPhone
however it works when accessed from iPhone and or iPad with Owntone on debian 11/12.
Should I use shairport-sync-docker classic?
The text was updated successfully, but these errors were encountered: