tlenclos / react-native-audio-streaming

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

Get duration without playing #136

Open guiyom19 opened 6 years ago

guiyom19 commented 6 years ago

Hi and thank you for this great module!

I'm using the exoplayer branch which works great. I wonder if there is a way to recover the song duration right before playing it. I don't receive any metadata before playing the sound. Thanks a lot!