https://github.com/philippe44/lms-upnp
Integrate UPnP players with LogitechMediaServer
https://github.com/philippe44/lms-upnp
logitechmediaserver upnp
Last synced: 24 days ago
JSON representation
Integrate UPnP players with LogitechMediaServer
- Host: GitHub
- URL: https://github.com/philippe44/lms-upnp
- Owner: philippe44
- Created: 2014-11-13T21:47:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T05:17:48.000Z (about 1 year ago)
- Last Synced: 2025-04-05T04:12:18.936Z (about 2 months ago)
- Topics: logitechmediaserver, upnp
- Language: C
- Homepage:
- Size: 1.91 GB
- Stars: 116
- Watchers: 16
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
# Logitech Media Server to UPnP bridge
Allows UPnP players to be used by Logitech Media Server, as a normal Logitech SqueezeBox.This project is now part of LMS 3rd parties repositories. Support thread is [here](https://forums.slimdevices.com/showthread.php?103728-Announce-UPnPBridge-integrate-UPnP-DLNA-players-with-LMS-(squeeze2upnp))
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-upnp
cd ~/lms-upnp
git submodule update --init
```
and build doing:
```
cd ~/lms-upnp/application
make
```Binary releases are [here](https://sourceforge.net/projects/lms-plugins-philippe44/files/) as well