fduncanh 57e9287df1 extend API to allow choices for udp ports, tcp ports, display size
to writen into raop_t raop for later use when connections are made.
new functions : raop_set_udp_ports, raop_set_tcp_ports, raop_set_display_size
The behavior of the library is unchanged if these functions are not used.
2021-07-31 23:24:50 -04:00
2020-04-15 16:24:10 +03:00
2020-04-15 16:24:10 +03:00
2020-04-15 16:24:10 +03:00
2020-05-03 07:56:47 +03:00
2020-05-02 17:01:48 +03:00

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:

  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.

Building:

  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
  3. sudo apt-get install gstreamer1.0-vaapi (For Intel graphics)
  4. mkdir build
  5. cd build
  6. cmake ..
  7. make
Description
No description provided
Readme GPL-3.0 4 MiB
Languages
C 88.2%
C++ 7.5%
Python 2.8%
CMake 0.9%
Roff 0.6%