01-18-2023, 08:05 AM
I have had this problem from version 6 (if I remember correctly) Anytime I was playing FLAC or any other source which was not 16bit/44.1kHz (or 24bit/48kHz) the http streaming was silent.
Now, in version 8 I decided to look for some solutions and I found one. I have added format line (last one in bellow section) into a mentioned section in /etc/mpd.conf
Hopefully this help someone and maybe incorporated to future releases?
-r-
Now, in version 8 I decided to look for some solutions and I found one. I have added format line (last one in bellow section) into a mentioned section in /etc/mpd.conf
Hopefully this help someone and maybe incorporated to future releases?
-r-
Code:
audio_output {
type "httpd"
name "HTTP Server"
port "8011"
encoder "lame"
bitrate "320"
tags "yes"
always_on "yes"
format "44100:16:1"
}