Merge branch 'master' of code.jkiedaisch.de:julian/AirplayServer
README.md changed on Server
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
AirplayServer for Linux
|
#AirplayServer for Linux
|
||||||
|
|
||||||
Work is based on https://github.com/FD-/RPiPlay and https://github.com/antimof/UxPlay
|
Work is based on https://github.com/FD-/RPiPlay and https://github.com/antimof/UxPlay
|
||||||
Tested on Ubuntu 18.04 desktop.
|
Tested on Ubuntu 18.04 desktop.
|
||||||
Requires 5G Wifi connection.
|
Requires 5G Wifi connection.
|
||||||
|
|
||||||
Features:
|
##Features:
|
||||||
1. Based on Gstreamer.
|
1. Based on Gstreamer.
|
||||||
1. Video and audio are supported out of the box.
|
1. Video and audio are supported out of the box.
|
||||||
3. Gstreamer decoding is plugin agnostic. Uses accelerated decoders if availible. VAAPI is preferable.
|
3. Gstreamer decoding is plugin agnostic. Uses accelerated decoders if availible. VAAPI is preferable.
|
||||||
@@ -12,12 +12,12 @@ Features:
|
|||||||
5. No source timesync by now.
|
5. No source timesync by now.
|
||||||
6. GTK+ support
|
6. GTK+ support
|
||||||
|
|
||||||
Building:
|
##Building:
|
||||||
1. sudo apt-get install cmake
|
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
|
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.)
|
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
|
4. sh install.sh
|
||||||
|
|
||||||
GTK+ Features:
|
##GTK+ Features:
|
||||||
1. Double click switches between fullscreen mode and normal window.
|
1. Double click switches between fullscreen mode and normal window.
|
||||||
2. Escape key ends fullscreen mode.
|
2. Escape key ends fullscreen mode.
|
||||||
Reference in New Issue
Block a user