Android-Airplay-Server
Android-Airplay-Server copied to clipboard
"/fp-setup" query and response ("FPLY" message) logic...
I am trying to create a server that will support (initially) AirPlay mirroring. I have gotten the Bonjour configuration setup so that an iPad/iPhone identifies my server as an Airplay device that supports mirroring.
I am now trying to handle the "/fp-setup" messages. Does anyone have any documentation/sudo-code that documents how to properly create the "FPLY302" and "FPLY304" messages to reply to "fp-setup"???
NOTE: I have tried looking at the source for projects like "AirSpeaker" and "Slave-in-the-Magic-Mirror", but I'm a C/C++ programmer, and not good at deciphering Python/Go/Java source code.
Thanks in advance for any help you can offer.