|
@@ -288,10 +288,10 @@ audio_output { |
|
|
type "httpd" |
|
|
type "httpd" |
|
|
always_on "yes" |
|
|
always_on "yes" |
|
|
enabled "yes" |
|
|
enabled "yes" |
|
|
name ""{{ stream }}"" |
|
|
|
|
|
|
|
|
name "{{ stream }}" |
|
|
encoder "lame" # optional, vorbis or lame |
|
|
encoder "lame" # optional, vorbis or lame |
|
|
port ""{{ stream_port + item }}"" |
|
|
|
|
|
bind_to_address ""{{ bind_address }}"" # optional, IPv4 or IPv6 |
|
|
|
|
|
|
|
|
port "{{ stream_port + item }}" |
|
|
|
|
|
bind_to_address "{{ bind_address }}" # optional, IPv4 or IPv6 |
|
|
quality "3.0" # do not define if bitrate is defined |
|
|
quality "3.0" # do not define if bitrate is defined |
|
|
# bitrate "128" # do not define if quality is defined |
|
|
# bitrate "128" # do not define if quality is defined |
|
|
# format "44100:16:1" |
|
|
# format "44100:16:1" |
|
|