Child: [4e358a] (diff)

Download this file

README    36 lines (26 with data), 1.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
upmpdcli: an UPnP front-end to the Music Player Daemon

upmpdcli implements an UPnP Media Renderer, using MPD to perform the real
work.

It has been tested with a number of UPnP control points running on an
Android tablet. Audionet and Bubble UPnP work best with it.

How things work: 

The Control Points uses the UPnP protocols to browse the tracks on the
Media Server and choses URIs to be played. It then talks UPnP to umpdcli,
which uses the mpd client protocol to place the URIs into the MPD
playlist. mpd finally retrieves the data from the Media Server using HTTP.


           [UPnP  Control  Point]
            ^                  ^
            |                  |
          (UPnP)             (UPnP)
            |                  |
            V                  |
        [upmpdcli]             |
            ^                  |
            |                  |
      (MPD protocol)           |
            |                  |
            V                  V
          [MPD]<--(HTTP)-->[UPnP Media Server]


Each of the Control point, Media Server, mpd and upmpdcli processes can run
on any network host, for example for mpd and upmpdcli to run on the same
host.