docker-mopidy icon indicating copy to clipboard operation
docker-mopidy copied to clipboard

httpd output

Open 0xFEEDC0DE64 opened this issue 7 years ago • 1 comments

How to run the container without pulseaudio but with httpd instead?

Example config:

#
# An example of a httpd output (built-in HTTP streaming server):
#
audio_output {
	type		"httpd"
	name		"My HTTP Stream"
	encoder		"lame"			# optional, vorbis or lame
	port		"8000"
	bind_to_address	"0.0.0.0"		# optional, IPv4 or IPv6
#	quality		"10.0"			# do not define if bitrate is defined
	bitrate		"256"			# do not define if quality is defined
	format		"44100:16:1"
	max_clients	"0"			# optional 0=no limit
}

0xFEEDC0DE64 avatar May 09 '18 09:05 0xFEEDC0DE64

You can replace the config by mounting it.

wernight avatar Jul 24 '18 14:07 wernight