Code Monkey home page Code Monkey logo

Comments (16)

lucek8123 avatar lucek8123 commented on July 20, 2024 9

Hi, any changes?

from goplay2.

iChUdY avatar iChUdY commented on July 20, 2024 8

Final iOS 15 is here and same problem:

2021/09/25 21:16:50 Starting goplay for device Pi: 35aa4396-8bb7-42e3-9e45-3803aecfdb90, guid: 35aa4396-8bb7-42e3-9e45-3803aecfdb90, Psi: 35aa4396-8bb7-42e3-9e45-3803aecfdb90
2021/09/25 21:17:04 request received : GET /info body 70
2021/09/25 21:17:04 response sent : body 374
2021/09/25 21:17:04 request received : POST /pair-verify body 37
2021/09/25 21:17:04 response sent : body 140
2021/09/25 21:17:04 request received : POST /pair-setup body 6
2021/09/25 21:17:04 response sent : body 409
2021/09/25 21:17:04 request received : POST /pair-setup body 457
2021/09/25 21:17:05 response sent : body 69
2021/09/25 21:17:05 request received : POST /pair-setup body 159
2021/09/25 21:17:05 response sent : body 143
2021/09/25 21:17:05 request received : POST /pair-verify body 37
2021/09/25 21:17:05 server.go:82: Error:Error handling RSTP request Invalid internal pairing verify step Waiting

from goplay2.

mightymatth avatar mightymatth commented on July 20, 2024 4

Yes, the pairing doesn't work on iOS 15.

from goplay2.

AlbanSeurat avatar AlbanSeurat commented on July 20, 2024 4

I pretty sure this is due to the way I pair goplay. I will try to change that in the comings days. Quite busy lately

from goplay2.

AlbanSeurat avatar AlbanSeurat commented on July 20, 2024

Thanks for the heads up. I will have a look

from goplay2.

noelhibbard avatar noelhibbard commented on July 20, 2024

Please tell me Apple isn't already trying to spoil the fun.

from goplay2.

AlbanSeurat avatar AlbanSeurat commented on July 20, 2024

It seems that there are issues with the Airplay 2 with other Apple Device (Airport Express / Apple TV).
I would wait to see if the final version has also some errors before trying to correct the possible bugs

from goplay2.

rainbowicenow avatar rainbowicenow commented on July 20, 2024

Same with iOS 15.1 Public Beta 2
Adds to Home just fine at first, but needs to change the name when re-adding it to Home

2021/10/03 23:35:45 request received : GET /info body 70
2021/10/03 23:35:45 response sent : body 374
2021/10/03 23:35:45 request received : POST /pair-verify body 37
2021/10/03 23:35:45 response sent : body 140
2021/10/03 23:35:45 request received : POST /pair-verify body 37
2021/10/03 23:35:45 server.go:82: Error:Error handling RSTP request Invalid internal pairing verify step Waiting

from goplay2.

Neustradamus avatar Neustradamus commented on July 20, 2024

The iOS 15.0.x is now here, the problem is here too?

Note: The iOS 15.1 Beta 4 is here too.

from goplay2.

gedw99 avatar gedw99 commented on July 20, 2024

Do apple publish change logs etc ?

Would make it way easier to see how to adjust the code

from goplay2.

flexzuu avatar flexzuu commented on July 20, 2024

@AlbanSeurat is there something we can help with, or some documentation on how we could go about figuring out what changed?

from goplay2.

prashnts avatar prashnts commented on July 20, 2024

Curiously the python port still works fine (ish) with iOS15.

The only thing there that does not work is sync between my Sonos's Airplay (which seems to have longer delay).

And yes, happy to help if you need it, too!

from goplay2.

lucek8123 avatar lucek8123 commented on July 20, 2024

@AlbanSeurat Any way to pair GoPlay2 with iOS/iPadOS 15 and macOS Monterey?

Any upadates? I still having that problem.

2021/10/03 23:35:45 response sent : body 374
2021/10/03 23:35:45 request received : POST /pair-verify body 37
2021/10/03 23:35:45 response sent : body 140
2021/10/03 23:35:45 request received : POST /pair-verify body 37
2021/10/03 23:35:45 server.go:82: Error:Error handling RSTP request Invalid internal pairing verify step Waiting

from goplay2.

noelhibbard avatar noelhibbard commented on July 20, 2024

@AlbanSeurat Any way to pair GoPlay2 with iOS/iPadOS 15 and macOS Monterey?

Any upadates? I still having that problem.

2021/10/03 23:35:45 response sent : body 374
2021/10/03 23:35:45 request received : POST /pair-verify body 37
2021/10/03 23:35:45 response sent : body 140
2021/10/03 23:35:45 request received : POST /pair-verify body 37
2021/10/03 23:35:45 server.go:82: Error:Error handling RSTP request Invalid internal pairing verify step Waiting

He seems to be busy on other obligations. Just curious, have you tried the development branch of shairport-sync? It has AirPlay 2 support and HomeKit pairing is working well with it. Even on iOS 15.2. It's stable enough that there is talk about merging AP2 into the master branch.

from goplay2.

jasonkolodziej avatar jasonkolodziej commented on July 20, 2024

I am not on iOS 15 beta version, just normal but facing the same exact issues.

DEVICE: Raspberry PI ZERO W2

Running on Ubuntu Core 22.04 with a snap created for such.

I am trying out the feature/-- branch right now and will reply with updates.

btw if anyone would like the snapcraft.yaml file lmk :-)
image

from goplay2.

jasonkolodziej avatar jasonkolodziej commented on July 20, 2024

I am not on iOS 15 beta version, just normal but facing the same exact issues.

DEVICE: Raspberry PI ZERO W2

Running on Ubuntu Core 22.04 with a snap created for such.

I am trying out the feature/-- branch right now and will reply with updates.

btw if anyone would like the snapcraft.yaml file lmk :-) image

Update for branch: feature/audio-sync

image

I noticed that audio/player.go might need a StreamCallback for audio.Player{}.stream from codec/stream.go aka codec.StreamCallback{} instead of a new codec.Stream{}?

This was a fast take at debugging the feature branch... Not sure if that's the case?

from goplay2.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.