Sign inSign up

andrewbuss/mpd-pulseaudio

By andrewbuss

Updated over 11 years ago

Image
2

519

andrewbuss/mpd-pulseaudio repository overview

mpd-pulseaudio

Docker image for running MPD on music mounted from a host directory, and streaming to a PulseAudio server

Assumptions
  • You have music you'd like to serve with mpd available in a directory on your Docker host.
  • You want to stream the audio to a PulseAudio server on the network
Usage

MPD is configured to look in the /music directory on the container for music to serve. You must mount your host directory on /music

MPD will also save its data to /mpd, which may optionally be mounted

Suggested use:

docker run -dte PULSE_SERVER=<server IP> -p 6600:6600 -v /mnt/music:/music:ro \
           			     	    	      -v /mnt/music/.mpd:/mpd 

Tag summary

Content type

Image

Digest

sha256:f73ba7365

Size

130.8 MB

Last updated

over 11 years ago

docker pull andrewbuss/mpd-pulseaudio