2021-11-20 15:15:51 +01:00
|
|
|
# uPnP renderer
|
2024-08-12 20:59:05 +02:00
|
|
|
## Version 2.1
|
2021-11-20 15:15:51 +01:00
|
|
|
|
2024-08-12 20:59:05 +02:00
|
|
|
This repository contains files used to set up our uPnP renderer.
|
2021-11-20 15:15:51 +01:00
|
|
|
|
|
|
|
### Introduction
|
2021-11-20 15:35:34 +01:00
|
|
|
Version 2 implementation works roughly as follows:
|
2021-11-20 15:15:51 +01:00
|
|
|
* the Armbian-based device is connected to local network, and to an audio output device (usually via USB);
|
|
|
|
* MPD and upmpdcli are installed on the device.
|
|
|
|
|
|
|
|
### Files
|
2024-08-12 20:59:05 +02:00
|
|
|
Files in this repository only cover the renderer setup. SBC setup is now handled by `armbian-setup`
|
2021-11-20 15:15:51 +01:00
|
|
|
#### Installation
|
|
|
|
* `setup.sh` is a script automating the installation and configuration of required software
|
2024-08-12 20:59:05 +02:00
|
|
|
* `asound.conf` is the default ALSA configuration
|
|
|
|
* `restart.upmpdcli.service`, `restart.upmpdcli.timer` and `exec.conf` are the Systemd service configuration
|
2022-03-12 15:48:27 +01:00
|
|
|
|
|
|
|
### TODO
|
2024-08-12 20:59:05 +02:00
|
|
|
* RAS
|