From 6206c1cee1c17bd67be05c23d8711597855c8bf4 Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Tue, 26 May 2020 21:17:40 +0200 Subject: [PATCH] Issue with stuttering sound. --- docs/frequently-asked-questions.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/frequently-asked-questions.md b/docs/frequently-asked-questions.md index dd1b00b5..0e4c9e29 100644 --- a/docs/frequently-asked-questions.md +++ b/docs/frequently-asked-questions.md @@ -5,6 +5,7 @@ - [Frequently Asked Questions](#frequently-asked-questions) - [I have issues with starting the Engine](#i-have-issues-with-starting-the-engine) + - [I have issues during some Engine play-out](#i-have-issues-during-some-engine-play-out) - [Read More](#read-more) <!-- /TOC --> @@ -22,6 +23,14 @@ - Also check if your user (รจ.g. `engineuser`) belongs to the group `audio`. - Check the audio interface configuration section in `engine.ini`. Verify if the default settings `input_device_0="hw:0"` and `output_device_0="hw:0"` are valid device IDs. +## I have issues during some Engine play-out + +**Some stuttering sound is hearable. The logs say "strange error flushing buffer ..."** + +- Check your Icecast connection. Is it up and running? +- Maybe there is some authentication issue or an Icecast limitation of max clients. See https://github.com/savonet/liquidsoap/issues/524. + + ## Read More - [Overview](/README.md) -- GitLab