Update various configs & ports

This commit is contained in:
sonny 2023-06-25 17:35:03 +02:00
parent 68afb6352c
commit d132e78e51
5 changed files with 17 additions and 10 deletions

View file

@ -93,13 +93,19 @@ input {
# blocks. Setting this block is optional, though the server will only attempt
# autodetection for one sound card.
#
{% for peer, properties in vpn_peers.items() %}
audio_output {
type "pulse"
name "Pulse remote {{ peer }}"
server "{{ properties.ip }}"
type "httpd"
name "HTTP Stream"
encoder "opus"
port "{{ mpd_http_stream_port }}"
bind_to_address "{{ vpn_listen_address }}"
bitrate "128000"
format "48000:16:1"
always_on "yes"
max_clients "0" # optional 0=no limit
}
{% endfor %}
#
# Character Encoding ##########################################################