18-Sep-2022, 04:47 PM
Hi All~~
How in install/enable encoder: vorbis?? When I change the MPD configure file to enable HTTP Stream, it will output an error about the encoder now found
Error message
Setting added in mpd.conf.template
Thanks
How in install/enable encoder: vorbis?? When I change the MPD configure file to enable HTTP Stream, it will output an error about the encoder now found
Error message
Code:
**** MPD (0.23.5)
server_socket: bind to '0.0.0.0:6600' failed (continuing anyway, because binding to '[::]:6600' succeeded): Failed to bind socket: Address already in use
exception: Failed to configure output in line 359; No such encoder: vorbis
Setting added in mpd.conf.template
Code:
audio_output {
type "httpd"
name "My HTTP Stream"
encoder "vorbis" # optional, vorbis or lame
port "8000"
format "44100:16:1"
}
Thanks