APS(Airplay Server) is an complete implementation of Airplay server including screen mirroring and video streaming. And this project is written for cross-platform.
Platform | Master |
---|---|
Windows | |
Android | |
macOS | |
Linux |
Run the generate_vs_proj.bat to generate the project files. Build the generated solutions and collect the output static library.
Open the project folder with Android Studio and build the airplay module. The output is AAR library.
Run the generate_xcode_proj.bat to generate the project files. Build the xCode project.
APS depends on the the Bounjour service on all platforms.
Make sure the Bonjour Service is installed, this is required by APS sdk. Download the runtime library from: https://developer.apple.com/bonjour/
APS will use the system build-in Bonjour service, no need to install any extra library.