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

mp3 audio not playing - only showing notification #142

Open shkhalid opened 6 years ago

shkhalid commented 6 years ago

I am only getting notification in android but mp3 file is not getting played.

var url = "MP3_FILE_URL";
ReactNativeAudioStreaming.play(url, {showIniOSMediaCenter: false, showInAndroidNotifications: true})
kyungjoongo commented 6 years ago

Same

kyungjoongo commented 6 years ago

+1

itsmeWaqar commented 6 years ago

I just tried playing the mp3 audio and it was fine. Could you please share more information about the problem and how we can reproduce the same problem ?