react-native-audioplayer icon indicating copy to clipboard operation
react-native-audioplayer copied to clipboard

added support for streaming .mp3 from we URL on iOS

Open tbinetruy opened this issue 9 years ago • 0 comments

On iOS, we can now pass a web URL to AudioPlayer like this:

AudioPlayer.playFromURL("http://www.jplayer.org/audio/mp3/Miaow-07-Bubble.mp3")

or

AudioPlayer.playFromURL("https://api.soundcloud.com/tracks/151854794/stream?client_id=" + SC_CLIENT_ID)

tbinetruy avatar Aug 28 '16 14:08 tbinetruy