2021-04-11 20:33:31 +02:00
2020-04-29 20:23:53 +02:00
2021-04-11 20:31:33 +02:00
2020-04-20 22:32:37 +02:00
2021-01-19 12:31:40 +01:00
2020-04-20 22:44:12 +02:00
2021-04-11 20:31:33 +02:00
2020-04-20 22:16:07 +02:00
2020-04-19 14:39:13 +02:00
2020-04-19 14:49:21 +02:00
2021-04-11 20:33:31 +02:00
2020-04-21 07:58:06 +02:00

#AirplayServer for Linux

Work is based on https://github.com/FD-/RPiPlay and https://github.com/antimof/UxPlay Tested on Ubuntu 18.04, 20.04 desktop and Manjaro 20.0.3 Cinnamon. Requires 5G Wifi connection.

##Features:

  1. Based on Gstreamer.
  2. Video and audio are supported out of the box.
  3. Gstreamer decoding is plugin agnostic. Uses accelerated decoders if availible. VAAPI is preferable.
  4. Automatic screen orientation.
  5. GTK+ support

##Building on Ubuntu:

  1. sudo apt-get install cmake
  2. sudo apt-get install libssl-dev libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav libglib2.0-dev libgtk2.0-dev build-essential libgtk-3-dev
  3. sudo apt-get install gstreamer1.0-vaapi (For Intel graphics) (If you get Problems like a green screen. Remove this package! It worked for me.)
  4. sh install.sh

##Building on Manjaro

  1. sudo pamac install cmake
  2. sh install.sh When you use gnome, you need to switch to Xord by using default session "Gnome with Xorg" at GDM.

##GTK+ Features:

  1. Double click switches between fullscreen mode and normal window.
  2. Escape key ends fullscreen mode.

##Troubleshooting If there is no Connection detectable on the apple product. Try:

sudo gnome-script.sh

in the Application Folder. If you want to have this permanently, add "ALL ALL=(ALL:ALL) NOPASSWD: /usr/bin/airplayserver" to the very end of the sudoer file. You can access it by:

sudo visudo

Add /usr/bin/airplayserver by:

sudo nano /usr/bin/airplayserver

with this:

#!/bin/bash
sudo $APPDIR/gnome-script.sh
cd $APPDIR/build
./AirplayServer
Description
No description provided
Readme 3.5 MiB
Languages
C 98.7%
C++ 1%
CMake 0.3%