indiecastfm / react-native-audio-streamer

A react-native audio streaming module which works on both iOS & Android
MIT License
132 stars 50 forks source link

IOS - not working, always buffering #7

Open newappco opened 7 years ago

newappco commented 7 years ago

I follow the simple example with IOS, but it's working. Does it need any configuration?

lucasromanojf commented 7 years ago

+1

bretth18 commented 7 years ago

I'm having the same issue, have either of you solved this?

JLWalsh commented 7 years ago

Also having this problem. It works fine on Android given the same stream & settings.

SoorajChandran commented 7 years ago

Any solution for this? Facing this issue at times.

bretth18 commented 7 years ago

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.

JLWalsh commented 7 years ago

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.

SoorajChandran commented 7 years ago

@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.

bretth18 commented 7 years ago

@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.

rajeshpanwar007 commented 7 years ago

+1