Skip to content

Instantly share code, notes, and snippets.

@asilchev
Created May 21, 2012 09:25
Show Gist options
  • Save asilchev/2761463 to your computer and use it in GitHub Desktop.
Save asilchev/2761463 to your computer and use it in GitHub Desktop.
mpd.conf httpd
audio_output {
type "httpd"
name "Attic Door HTTP Stream"
format "44100:16:2"
enabled "no"
always_on "no"
mixer_type "none"
encoder "vorbis" # optional, vorbis or lame
quality "5.0" # do not define if bitrate is defined
# bitrate "128" # do not define if quality is defined
port "7671"
bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
max_clients "0" # optional 0=no limit
}
ogg123 http://attic-door.ru:7671
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment