React-native-sound: !Dont use this library to stream large files

Created on 19 Oct 2017  路  4Comments  路  Source: zmxv/react-native-sound

This should be a disclaimer on the repo itself. This library uses AVAudioPlayer, and thus it is not suitable for large remote files or streaming. It has to download the file into memory and then play it.

It should have been implemented with AVPlayer.

Most helpful comment

All 4 comments

Do you have another library suggestion instead?

What library should be used then? @viperfx

I stumbled upon this problem as well. A 16 minute 6.7MB file would never load on iOS so I was forced to switch to react-native-audio-toolkit.

Was this page helpful?
0 / 5 - 0 ratings