postlund / pyatv

A client library for Apple TV and AirPlay devices
https://pyatv.dev
MIT License
827 stars 87 forks source link

Password with MacBook #2347

Open philippe44 opened 3 months ago

philippe44 commented 3 months ago

What do you need help with?

Hi - I have a user of my AirPlay-based apps that wants to use his macbook pro as a player. That works without password, but he'd like to setup one. Unfortunately, the password implementation I did, that works with other speakers (I'm not talking about pairing of MFi) does not seem to work, and there is no "pw" key in the TXT record. Are you aware of that macOS password mode? Thanks

postlund commented 3 months ago

Yeah, password is only implemented for RAOP and not AirPlay at the moment. Shouldn't be that hard to fix since it's basically the same code, but it needs to be done. Definitely technical debt at this point that should be dealt with.

postlund commented 3 months ago

556 for reference