Open newappco opened 7 years ago
+1
I'm having the same issue, have either of you solved this?
Also having this problem. It works fine on Android given the same stream & settings.
Any solution for this? Facing this issue at times.
I'm taking a guess and assuming it's because this library doesn't use StreamingKit. I switched to https://github.com/tlenclos/react-native-audio-streaming and solved my issues.
A solution would be to use this in tandem with react-native-video. React-native-video can handle audio streaming well on IOS. On Android... not so much.
React-native-audio-steaming is good too, but I found it quite buggy on Android.
@bretth18 Can we create our own play UI with https://github.com/tlenclos/react-native-audio-streaming - did you face any other issues with that? I found there are no options to identify audio ending - like a callback or anything.
@SoorajChandran I had no problems building my own, as far as audio ending it uses StreamingKit on ios which should detect an end stream if that's what you mean. I'm not using this library on android so i'm no help there, sorry.
+1
I follow the simple example with IOS, but it's working. Does it need any configuration?