react-native-audio-streaming icon indicating copy to clipboard operation
react-native-audio-streaming copied to clipboard

iOS & Android react native module to play an audio stream, with background support and media controls

Results 87 react-native-audio-streaming issues
Sort by recently updated
recently updated
newest added

This issue is similar to https://github.com/tumtumtum/StreamingKit/issues/301 that I opened yesterday: "I've gathered from issues on here and the examples you've included that these are the formats/codecs that are supported: mp4...

enhancement

com.android.dex.DexException: Multiple dex files define Landroid/support/v7/appcompat/R$anim;

Is there a way to control volume?

enhancement

As discussed here https://github.com/tlenclos/react-native-audio-streaming/issues/5#issuecomment-237539525 Exoplayer is a better, recent, updated lib to handle media. Example implementation https://github.com/xeodou/react-native-player

enhancement

At least on iOS this stream http://s2.stationplaylist.com:9020/3RRRFM cause a STKAudioPlayerErrorStreamParseBytesFailed. This could be related to bad metadata for the source stream, like there https://github.com/tumtumtum/StreamingKit/issues/89.

bug

Currently the user need to install pod dependency manually since the package depend on the StreamingKit framework. This problem is resolved in a "ugly" way on https://github.com/facebook/react-native-fbsdk/blob/master/ios_setup.js#L1. We could try...

enhancement