Skip to content

FDH2/apsdk-public

This branch is up to date with air-display/apsdk-public:main.

Folders and files

NameName
Last commit message
Last commit date
May 27, 2023
May 27, 2023
May 9, 2022
Jun 13, 2024
Jun 13, 2024
Jun 20, 2024
Jul 18, 2024
Dec 1, 2019
Mar 5, 2020
May 9, 2022
May 27, 2023
May 10, 2022
May 28, 2023
May 9, 2022
May 9, 2022
May 9, 2022
May 9, 2022
May 9, 2022
Aug 4, 2023

Repository files navigation

Android App:

https://play.google.com/store/apps/details?id=com.sheentech.airdisplay

About APSDK

请注意本项目所遵循的开源协议-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 Build on Windows
Android Build on Android
macOS Build on macOS
iOS Build on iOS
Linux Build on Linux

About fairplay

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).

Windows

Dependencies:

No extra dependencies.

Build instruction:

Run the generate_vs_proj.bat to generate the project files. Build the generated solutions and collect the output static library.

Runtime requirements

Make sure the Bonjour Service is installed, this is required by APS sdk. Download the runtime library from: https://developer.apple.com/bonjour/

macOS & iOS

Dependencies:

No extra dependencies.

Build instructions:

Run the generate_xcode_proj.bat to generate the project files. Build the xCode project.

Runtime requirements

With system build-in Bounjour service installed, no extra runtime requirements.

Android

Dependencies:

No extra dependencies.

Build instructions:

Open the project folder with Android Studio and build the airplay module. The output is AAR library.

Runtime requirements

APS will use the system build-in Bonjour service, no need to install any extra library.

Linux

Dependencies:

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

Build instructions:

Run the generate_linux_proj.bat to generate the GUN make files.

Runtime requirements

avahi-packages are needed, at least the following pacakges are installed:

  • avahi-daemon
  • libavahi-compat-libdnssd1

About

A complete implementation of Airplay Server(Receiver)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.6%
  • C 20.2%
  • CMake 9.4%
  • Java 6.0%
  • Objective-C++ 2.7%
  • Objective-C 2.6%
  • Other 0.5%