I use HTTP stream (mpd 0.22.4), here is my very basic config:
Code: Select all
audio_output {
type "httpd"
name "MPD"
encoder "lame" # optional
port "8000"
bitrate "256" # do not define if quality is defined
format "44100:16:2"
always_on "yes" # prevent MPD from disconnecting all listeners when playback is stopped.
tags "yes" # httpd supports sending tags to listening streams.
max_clients "0" # optional 0=no limit
}
To fix that, I have to stop my streaming client, and pausing current track. Then I can restart playing and start client.
There is nothing in logs about that.
This issue happens very often but I don't know what to do. Can you help me please?