ExoPlayer error 2101 - File not found

Hello,

I understand there are topics about files and this error already but I am confused on how to make the exoplayer play an audio file that has been picked by the audio picker.

Current what I do is simply After audio picked set the exoplayer source to the selection but this returns the error. I have tried looking around but it has confused me even more as I only find topics on csv or other non audio files. Any help would be really appreciated.

Sorry if this is an easy fix already mentioned somewhere.

I have tried this and that error stops:

But now I get this error: java.io.FileNotFoundException

Edit: This was solved by changing exoplayer to Taifun player, thank you @bodymindpower for the solution linked here!

assets

maybe this will helpful

No.

Apparently the ExoPlayer now needs a relative path.

(Who is responsible for this change? :upside_down_face:)

3 Likes

Thank you, this atleast lessens the frustration of not knowing what was wrong
And this solves the initial issue, my method just avoids the exoplayer.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.