Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace aacdecoder lib with Exoplayer on android #12

Open
tlenclos opened this issue Aug 14, 2016 · 3 comments
Open

Replace aacdecoder lib with Exoplayer on android #12

tlenclos opened this issue Aug 14, 2016 · 3 comments

Comments

@tlenclos
Copy link
Owner

As discussed here #5 (comment)

Exoplayer is a better, recent, updated lib to handle media.
Example implementation https://github.com/xeodou/react-native-player

@tlenclos
Copy link
Owner Author

tlenclos commented Aug 14, 2016

I tried ExoPlayer and it's working nice and allow much more control on the stream. See my branch https://github.com/tlenclos/react-native-audio-streaming/tree/android-exoplayer.

Unfortunately it does not support shoutcast metadata, somebody tried to implement it here google/ExoPlayer#466 (comment) but it's outdated and we need to apply this patch on the current version of ExoPlayer (and maybe create a PR).

@brettpappas
Copy link
Collaborator

Are you still looking at replacing aacdecoder with ExoPlayer? is the only holdup getting shoutcast metadata support for ExoPlayer?

@tlenclos
Copy link
Owner Author

Yes I still think this is the way to go, and the only blocker is shoutcast metadata support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants