-
Notifications
You must be signed in to change notification settings - Fork 254
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
Use ExoPlayer instead of AACdecoder for android #44
base: master
Are you sure you want to change the base?
Conversation
@tlenclos any update on this? |
There is another module which use ExoPlayer |
Android exoplayer
Any word on this getting approved/merged in? |
Any updates? |
@tlenclos how can I contribute to make this PR mergeable? I'd love to see this feature implemented Some of my streaming url cannot be played ( |
@dashracer have you tried the other modules available that are using exo player ? I'm not currently maintaining this project and the only purpose was to support shoutcast meta data. I guess that other modules have more functionality and stability. If you plan to contribute you can fork this branch and submit a new PR. Even better if you want to to maintain this project I can give you the access. |
This PR replace the old aacdecoder library with the ExoPlayer actively maintained and published by Google.
This will allow us to add more controls and format support.
TODO