doublesymmetry / react-native-track-player

A fully fledged audio module created for music apps. Provides audio playback, external media controls, background mode and more!
https://rntp.dev/
Apache License 2.0
3.18k stars 981 forks source link

Could not play remote music, on ios 17.2 simulator #2226

Closed CreazyJack closed 6 months ago

CreazyJack commented 6 months ago

I use the library v4.0.1, it run perfectly on Android, but it can only play local mp3, the state is error when palying remote mp3, and the state is buffering when play loacal mp3,on ios 17.2 simulator.

CreazyJack commented 6 months ago

I replace url from http to https. it worked.

CreazyJack commented 6 months ago

https://dev.to/charismaaji/setting-up-for-connect-fetching-local-api-or-http-react-native-ios-macos-2pd8 by this way, I can play http track.