An open API service indexing awesome lists of open source software.

https://github.com/philippe44/lms-raop

LMS to AirPlay bridge
https://github.com/philippe44/lms-raop

airplay logitecmediaserver

Last synced: 25 days ago
JSON representation

LMS to AirPlay bridge

Awesome Lists containing this project

README

        

# Logitech Media Server to AirPlay bridge
Allows AirPlay players to be used by Logitech Media Server, as a normal Logitech SqueezeBox. It provides synchronisation, replaygain, gapless, fade in/out/cross and
all other LMS goodies. AirPlay remotes can be used as well

This project is now part f LMS 3rd parties repositories. Support thread is [here](http://forums.slimdevices.com/showthread.php?105198-ANNOUNCE-AirPlay-Bridge-integrate-AirPlay-devices-with-LMS-(squeeze2raop))

Please see [here](https://github.com/philippe44/cross-compiling/blob/master/README.md#organizing-submodules--packages) to know how to rebuild my apps in general

Otherwise, you can just get the source code and pre-built binaries:
```
cd ~
git clone http://github.com/philippe44/lms-raop
cd ~/lms-raop
git submodule update --init
```
and build doing:
```
cd ~/lms-raop/application
make
```