You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
The text was updated successfully, but these errors were encountered:
How to run the container without pulseaudio but with httpd instead?
Example config:
The text was updated successfully, but these errors were encountered: