tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls
MIT License
781 stars 255 forks source link

Play file from firebase storage #60

Open PranayShah opened 7 years ago

PranayShah commented 7 years ago

My firebase uploaded file has the metadata set as audio/aac but does not play by either using the <Player> component or the APIs. Any help on how to make this work or any changes I could make to the project itself to get it to work?