Replies: 2 comments 2 replies
-
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.
-
I have a mpd satellite setup and meet the similar problem. When I play 24bit/192kHz music files whose sizes are easily over 200MB, mpd at the satellite will skip to next track before the current track is finished. If I check the systemd status of mpd, I will see an error message "exception: CURL failed: A value or data field grew larger than allowed". I tried to set input_cache to 500MB at the satellite but the problem remained. Attach here mpd.conf at the satellite:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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