-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuttery/laggy audio playback #238
Comments
Did you use a precompiled image? |
Having the same issue with the docker image. |
I was having a similar issue running on metal for several weeks, about a
year ago, but it eventually started working again almost in spite of my
efforts to resolve it. As far as I could tell my issue had something to do
with performance when reading from the mpd fs inode. Might just be
anecdotal, and unrelated though.
I have a heavily modified instance running from source, so take it with
a grain of salt.
…On Mon, May 4, 2020, 8:08 AM Quirin Lippl ***@***.***> wrote:
Having the same issue with the docker image.
Changed the bitrate to 48kbit/s and the error still persists
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#238 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAL7L2FLWNVMJF4OTVUCSBLRP3D53ANCNFSM4EMLRUAA>
.
|
The main problem is, that mumble and the bot uses no buffer for the audio. The bot need basically a real time system with a real time able (compiled and not interpreded) language. |
I got the same behavior with the pluginbot from source on an RPI 3 and raspbian. It seems that only youtube-dl gets updated. Is it possible to deactivate some of the plugins? I'dont need most of them. |
The Bot is set to stereo transmission after update, you may change the mpd output to stereo. |
Currently running the bot on a RPI 3 and the playback is rather laggy, like every 5-10 seconds there is short stutter.
Same issue on local media and radio streams.
The text was updated successfully, but these errors were encountered: