Replies: 1 comment
-
Note though that upmpdcli is not an application that can be supported by this project. We can help only if this is unequivocally an issue caused by MPD, unrelated to upmpdcli. To find that out, you should play the very same file locally, i.e. without streaming and without upmpdcli. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My setup is this:
Problem:
Some higher res songs (192kHz/24bit flac's) skip after 50 seconds. The song starts properly, plays properly, but skips to the next track after 50 seconds.
What I did was change MPD's buffer settings, namely
audio_buffer_size
buffer_before_play
connection_timeout
max_playlist_length
max_output_buffer_size
I set these to pretty high values (65536-131072 range) and it did improve the situation... well, 50 seconds is the best result yet, at first the skip happened after 10...
I also checked memory usage limitations, no issues should be there. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions