You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just playing around this afternoon to see if I could get this working in any capacity, and might simply be doing something wrong, but I've started the goplay2 receiver up successfully (or so it seems) and simply cannot find the device. Here's how I'm set up:
running goplay directly on a M1 MacBook Pro, MacOS 15.1.
had to forcibly upgrade golang.org/x/net in the go.mod file to work with go 1.23 (just grabbed latest).
built and run with -i en1 (en1 my wifi device).
my mac's built-in AirPlay receiver has been disabled via System Settings > General > AirDrop & Handoff > Airplay Receiver.
No apparent errors, and it claims to be running. But no airplay device is found on my iPhone, laptops, MacBooks, etc. At this point I'm wondering if
(a) something about my setup isn't expected to work; e.g. perhaps goplay2 is incompatible running on Macs with built-in airplay.
(b) the library is just out of date / maybe apple made a change that bricks this.
(c) there's some other setup I'm missing.
Please LMK if there is a discord channel or something similar to better discuss and troubleshoot.
Thanks!
The text was updated successfully, but these errors were encountered:
Just like noelhibbard said - run shairport-sync - it is maintained, has airplay2 that is working on ios 18.2, there is home app support and mqtt to connect to home assistant. Also there is a docker image for it, so it should work same on basically every machine without much configuration.
I was just playing around this afternoon to see if I could get this working in any capacity, and might simply be doing something wrong, but I've started the goplay2 receiver up successfully (or so it seems) and simply cannot find the device. Here's how I'm set up:
golang.org/x/net
in the go.mod file to work with go 1.23 (just grabbed latest).-i en1
(en1 my wifi device).No apparent errors, and it claims to be running. But no airplay device is found on my iPhone, laptops, MacBooks, etc. At this point I'm wondering if
(a) something about my setup isn't expected to work; e.g. perhaps goplay2 is incompatible running on Macs with built-in airplay.
(b) the library is just out of date / maybe apple made a change that bricks this.
(c) there's some other setup I'm missing.
Please LMK if there is a discord channel or something similar to better discuss and troubleshoot.
Thanks!
The text was updated successfully, but these errors were encountered: