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

feat(android): ExoPlayer for Android #1691

Draft
wants to merge 43 commits into
base: main
Choose a base branch
from
Draft

feat(android): ExoPlayer for Android #1691

wants to merge 43 commits into from

Conversation

Gustl22
Copy link
Collaborator

@Gustl22 Gustl22 commented Nov 5, 2023

Description

Closes #1526

Checklist

  • The title of my PR starts with a Conventional Commit prefix (fix:, feat:, refactor:,
    docs:, chore:, test:, ci: etc).
  • I have read the Contributor Guide and followed the process outlined for submitting PRs.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation and added dartdoc comments with ///, where necessary.
  • I have updated/added relevant examples in example.

Breaking Change

  • Yes, this is a breaking change.
  • No, this is not a breaking change.

Related Issues

Inspiration from androidx/media#310
Blocked by flutter/flutter#137040

@crimesp
Copy link

crimesp commented Feb 1, 2025

hi there i was able to get this branch running locally against an old alcatel pixi4 that was having issues playing mp3s with the mediaplayer library. Is this likely to get merged soon or does it need more work / is it safe for me to use in production please

thank you!

@Gustl22
Copy link
Collaborator Author

Gustl22 commented Feb 2, 2025

I have to work on a solution to support channel volumes to not break the library experience. I propose to fork the branch and use that in the meantime. This branch and also this functionality is not guaranteed to work and is not ready for the stable environment yet.

# Conflicts:
#	packages/audioplayers/example/.metadata
#	packages/audioplayers/example/android/app/build.gradle
#	packages/audioplayers/example/android/build.gradle
#	packages/audioplayers/example/android/gradle.properties
#	packages/audioplayers/example/android/gradle/wrapper/gradle-wrapper.properties
#	packages/audioplayers/example/android/settings.gradle
#	packages/audioplayers/example/pubspec.yaml
#	packages/audioplayers/pubspec.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: ExoPlayer for Android
2 participants