c9418688a19ba6a739d7938d1273020152d1416b
AirplayServer for Linux
Work is based on https://github.com/FD-/RPiPlay and https://github.com/antimof/UxPlay Tested on Ubuntu 18.04 desktop. Requires 5G Wifi connection.
Features:
- Based on Gstreamer.
- Video and audio are supported out of the box.
- Gstreamer decoding is plugin agnostic. Uses accelerated decoders if availible. VAAPI is preferable.
- Automatic screen orientation.
- No source timesync by now.
- GTK+ support
Building:
- sudo apt-get install cmake
- 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
- 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.)
- sh install.sh
GTK+ Features:
- Double click switches between fullscreen mode and normal window.
- Escape key ends fullscreen mode.
Description
Languages
C
98.7%
C++
1%
CMake
0.3%