GithubHelp home page GithubHelp logo

java-airplay's Introduction

Java AirPlay Server

GitHub release build ViewCount License

This project unites the java-airplay-lib, java-airplay-server and java-airplay-server-examples into one. It makes development a lot easier when all parts of the code are put together.

๐Ÿ˜ฉ Due to lack of free time and other priorities, this project is not actively maintained. ๐Ÿ˜ฉ

Demo

  • Raspberry pi 4 model B (1280 x 720 @ 24 fps)

RASPBERRY

  • Windows laptop (1920 x 1080 @ 30 fps)

RASPBERRY

How to Run

From sources

git clone https://github.com/serezhka/java-airplay
cd ./java-airplay
./gradlew bootRun

Pre-built app

Download the latest release

java -jar java-airplay-server-{version}.jar

Configuration

Create application.properties file in working dir

Available properties

# airplay
airplay.serverName=srzhka
airplay.width=1280
airplay.height=720
airplay.fps=24
# player (gstreamer, ffmpeg, vlc, h264-dump)
player.implementation=gstreamer
player.menu.enabled=true
player.gstreamer.swing=true

Players

Gstreamer

Supports both video and audio (alac + aac_eld) streams
Gstreamer installation is required (see https://github.com/gstreamer-java/gst1-java-core)

FFmpeg

Supports only video stream because playback of aac_eld audio requires ffmpeg compilation with --enable-libfdk-aac
FFmpeg installation is required, ffplay must be on PATH

VLC

Playback stops after few seconds
VLC installation is required

h264-dump

Saves video stream into dump.h264 file

java-airplay's People

Contributors

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