hyochan / react-native-audio-recorder-player

react-native native module for audio recorder and player.
MIT License
709 stars 212 forks source link

when I play local file start Player then it gives me error. #563

Open NikhilMasurkar opened 11 months ago

NikhilMasurkar commented 11 months ago

react-native-audio-recorder-player : 3.5.3 react-native: 0.71.7

when i access the file from my local storage and play using audioRecorderPlayer.startPlayer it give me error await this.audioRecorderPlayer.startPlayer(audioFileUrl);

setDataSource failed.: status=0x80000000

this url i pass let audioFileUrl = "content://com.android.providers.downloads.documents/document/raw%3A%2Fstorage%2Femulated%2F0%2FDownload%2FReelAudio-12836.mp3"

please suggest me the way how can I solve this issue.