Git Product home page Git Product logo

apsdk-public's Introduction

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

apsdk-public's People

Contributors

tishion avatar fduncanh avatar

Stargazers

 avatar Jevin Sweval avatar

Watchers

Jevin Sweval avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.