zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.79k stars 747 forks source link

Audio decoding error when playing an mp3 file from firebase storage [ANDROID] #687

Open Ahmad-Zahid opened 4 years ago

Ahmad-Zahid commented 4 years ago

I've been playing files from local directory ( raw folder inside android ) and the player was working fine.

Now I've uploaded all those files on firebase storage and when I try to play them sometimes the sound.play() return false in success.

This happens 4/10 times.

I can't debug what's wrong.

Any help would be appreciated.