tryffel / jellycli

Jellyfin terminal client
GNU General Public License v3.0
206 stars 8 forks source link

ERROR play track: decode audio stream: mp3: EOF #23

Open LilMistix opened 2 years ago

LilMistix commented 2 years ago

Hello, when I wan't to play a music it say this in the log file and I don't know why and what this mean. Somebody to help me ?

tryffel commented 2 years ago

Are you able to play mp3 at all, or does this happen every time? It is a known bug that sometimes the playback fails and this message is logged. Usually a restart helps. It looks like it has something to do with a poor network connectivity, so you could try that as well.

vrutkovs commented 2 years ago

I've noticed this happens when one of Jellyfin tracks is 48000 Hz, 44100 are played correctly

tryffel commented 2 years ago

Also a potential solution worth trying out is by tweaking the config values:

player.audio_buffering_ms = (e.g.) 400
player.http_buffering_s = 10
player.http_buffering_limit_mem = 200

Please let me know if these changes were of any help with your problem.