Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

httpd output #14

Open
0xFEEDC0DE64 opened this issue May 9, 2018 · 1 comment
Open

httpd output #14

0xFEEDC0DE64 opened this issue May 9, 2018 · 1 comment

Comments

@0xFEEDC0DE64
Copy link

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
}
@wernight
Copy link
Owner

You can replace the config by mounting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants