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

Android playback issues.

Open jordanfloyd opened this issue 7 years ago • 2 comments

There are several issues with playback on Android.

First, even in the example app, only the .mp3 stream will actually play. The other streams show the loading indicator for a brief period and then nothing. I am assuming this is some issue with file type support in the old player implementation.

Second, the pause and resume functionality does not work at all.

What is the status of the ExoPlayer implementation? Is it close to releasable? I would like to use your library but it is unusable on Android at the moment.

jordanfloyd avatar Dec 06 '16 16:12 jordanfloyd

@jordanfloyd if you find a solution to stream m4a with the exo player or something else, let me know. I am almost having the exact same problem.

petar-dambovaliev avatar Dec 11 '16 16:12 petar-dambovaliev

I'm still waiting for the next release to handle ID3 tags, so far I don't have any meta info from many stream. Also since I'm only using the app to play radio stream, there is still no support of shoutcast metadata implemented...

I am really open to contribution, my android skills are on their limit here https://github.com/tlenclos/react-native-audio-streaming/pull/44.

tlenclos avatar Dec 13 '16 20:12 tlenclos