LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   MPD and pulseaudio: underrun (https://www.linuxquestions.org/questions/linux-software-2/mpd-and-pulseaudio-underrun-4175585833/)

wichiff 07-29-2016 04:19 PM

MPD and pulseaudio: underrun
 
Hello,


On Ubuntu 16.04 I installed mpd (version 0.9.12).

This setup in mpd.conf worked in Ubuntu 14.04:

Code:

audio_output {
    type      "pulse"
    name      "pulse output"
}

On the same machine now running 16.04 I added:

Code:

mixer_type "software"
-- before that setting the volume failed (through mpc volume for example).

Problem: audio playback now stops very often.

Pulseaudio sends error messages like the following:

Code:

pulseaudio[21406]: Processing rewind...
pulseaudio[21406]: Implicit underrun of 'pulse output'
pulseaudio[21406]: alsa_output.pci-0000_00_1b.0.analog-stereo: Found underrun 27572 bytes ago (9472 bytes ahead in playback buffer)


wichiff 07-30-2016 05:41 AM

Sorry: interruptions were caused because another output to some unavailable pulse server was still enabled.
Please ignore the post.


All times are GMT -5. The time now is 07:28 AM.