Pato05 / just_audio_media_kit

A platform interface for just_audio which wraps media_kit
The Unlicense
8 stars 11 forks source link

RangeError (index): Invalid value: Valid value range is empty: 0 #16

Open encrystudio opened 1 month ago

encrystudio commented 1 month ago

The above Error appears when I try to play from an URL. More precise: player.load() (player is an instance of the just_audio AudioPlayer). It comes basically from MediaKitPlayer, line 39, 36 called by Line 60, 13. Is it a known issue or am I doing something wrong?

lvyueyang commented 1 month ago

The author doesn't seem to have time to fix this bug, you can refer to my PR and make changes yourself.

https://github.com/Pato05/just_audio_media_kit/pull/17