Skip to content
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

Connection can't get past POST/command on MacOS 10.15 #8

Closed
jdtsmith opened this issue Oct 2, 2020 · 4 comments
Closed

Connection can't get past POST/command on MacOS 10.15 #8

jdtsmith opened this issue Oct 2, 2020 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@jdtsmith
Copy link

jdtsmith commented Oct 2, 2020

On MacOS I had to add -n en0 to get it running, but otherwise seems to start fine. Endpoint appears in Airplay List from iPhone, but when attempting to join, it doesn't seem to get past the POST /command section. So authentication apparently works (!), but then the RTSP stream has a TEARDOWN, and the connection is rejected. airplay2-receiver keeps running after this, but doing nothing, and CPU usage spikes. A further attempt to connect while still running doesn't get as far (to ----- ENCRYPTED CHANNEL -----), and CPU usage spikes even more.

You can see the output here. Thanks for working on this.

@danielhelmstedt
Copy link

yep, same here

@jdtsmith
Copy link
Author

One conjecture from ckdo is this relates to the Airplay version the sending device attempts to use. I tried (iPhone iOS 14.2):

User-Agent: AirPlay/525.38.2

which fails, but he has tested primarily with older senders. In fact with an older MacOS running iTunes (User-Agent: AirPlay/387.2), I can connect and playback works! Newer versions of the MacOS Music app running AirPlay/425.1 also fail to connect.

He thinks perhaps a PTP check is made that does not get a response from the server.

@ckdo ckdo added the bug Something isn't working label Jan 26, 2021
@ckdo ckdo self-assigned this Jan 26, 2021
@PaulWieland
Copy link

@jdtsmith Try again with the latest version. I believe this is fixed and can be closed.

@jdtsmith
Copy link
Author

Yep been fixed for a while, thanks for the reminder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants