Player attempt to play file in a loop

Issue description:

I have some old radio recording mp3/wav that Symfonium cannot play. The play button spin indefinetely when it tries to open it.
It is the only player so far that cannot read these files.

The root cause lies within ExoPlayer, so I have no great hope that the playback issue will be fixed soon:

errorCode=ERROR_CODE_PARSING_CONTAINER_UNSUPPORTED
[...]
  Caused by: l4.e0: Unsupported WAV format type: 85 {contentIsMalformed=false, dataType=1}

That is more frustating is that there is no feedback that an error occured, and if this file is within a playlist, the player will be stuck when it tries to play it, requiring to manually skip the track
(while also increasing server load as it tries repeatedly).

Logs:

Logs files and problematic file uploaded with my username: “Loued”

This is already fixed in next release.

1 Like

Nice! I will wait for the release then, thanks!