https://play.google.com/store/apps/details?id=com.sheentech.airdisplay
请注意本项目所遵循的开源协议-GPL
APS(Airplay Server) is a complete implementation of Airplay server including screen mirroring and video streaming. And this project is written for cross-platform.
Platform | Build Status |
---|---|
Windows | |
Android | |
macOS | |
iOS | |
Linux |
This project includes a submodule named fairplay located in third-party\fairplay. Because the fairplay project is currently private, if you perform submodule updating, you will get permission errors. Actually you can build apsdk project without this submodule (obviously it will not work because apsdk will use empty implementation).
No extra dependencies.
Run the generate_vs_proj.bat to generate the project files. Build the generated solutions and collect the output static library.
Make sure the Bonjour Service is installed, this is required by APS sdk. Download the runtime library from: https://developer.apple.com/bonjour/
No extra dependencies.
Run the generate_xcode_proj.bat to generate the project files. Build the xCode project.
With system build-in Bounjour service installed, no extra runtime requirements.
No extra dependencies.
Open the project folder with Android Studio and build the airplay module. The output is AAR library.
APS will use the system build-in Bonjour service, no need to install any extra library.
On Linux system, you need to install libavahi-compat-libdnssd-dev first. For example, on Ubuntu just run the following command before build:
sudo apt-get install libavahi-compat-libdnssd-dev
Run the generate_linux_proj.bat to generate the GUN make files.
avahi-packages are needed, at least the following pacakges are installed:
- avahi-daemon
- libavahi-compat-libdnssd1