mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
0c81570b9bc34a15b213eb2c109a2c5ec4f6de52
This project is an early stage prototype of unix AirPlay server. Work is based on https://github.com/FD-/RPiPlay. Tested on Ubuntu 19.10 desktop. 5G Wifi connection is the must.
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.
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
- sudo apt-get install gstreamer1.0-vaapi (For Intel graphics)
- mkdir build
- cd build
- cmake ..
- make
Languages
C
88.2%
C++
7.5%
Python
2.8%
CMake
0.9%
Roff
0.6%