tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls
MIT License
783 stars 254 forks source link

libaac does not work in android Marshmallow & above #30

Closed madhu314 closed 7 years ago

madhu314 commented 7 years ago

The library is running into issue-76 mentioned in the libaac repo

We need to update native so files and aac jar as mentioned in this comment

I have tested these changes and they work. I can submit a PR with the changes

tlenclos commented 7 years ago

Weird, it worked well for me, feel free to make a pull request.

I would love to replace aac with ExoPlayer though (see https://github.com/tlenclos/react-native-audio-streaming/issues/12).

madhu314 commented 7 years ago

I have seen #12, I agree, having ExoPlayer is the best approach going forward.

In the mean time I will send out a PR for newer libs of aac

tlenclos commented 7 years ago

Fixed with release https://github.com/tlenclos/react-native-audio-streaming/releases/tag/v2.2.0, thanks !