
HELP NEEDED - AirPlay 2
I'm implementing more protocols in my app, and I'd love to add AirPlay 2, but I can't get it to work, no matter how much I try. Is there someone that knows enough about Android Development and Apple Closed Stuff that could help?
source code: [AriaCast](https://github.com/AriaCast/AriaCast-app)
in the code you can see my attempts.
Discovery works flawlessly, it's just everything else
Audio transport is handled by [AudioCastService.kt](https://github.com/AriaCast/AriaCast-app/blob/main/app%2Fsrc%2Fmain%2Fjava%2Fcom%2Faria%2Fariacast%2FAudioCastService.kt)
screenshots are pointless as the app thinks it's working anyway
metadata is transported too, at least with shairport
I'll add comments soon.
basically there are 2 protocols working, AriaCast and DLNA/UPnP. I want to add Google Cast and Airplay. Google cast is mostly pointless as a standalone protocol, but it's a nice to have in a multiroom setup
In order to test you have to modify activity_protocols.xml in layouts and set the 2 switches as clickable