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

fix(android): optimize lag on old android #3860

Merged

Conversation

freeboub
Copy link
Collaborator

Summary

improve lags on old android device

Motivation

fix: #3853

Changes

Just enable exoplayer option: forceEnableMediaCodecAsynchronousQueueing
As detailed here: https://developer.android.com/media/media3/exoplayer/customization?hl=en#enabling-asynchronous-buffer-queueing

freeboub and others added 16 commits May 5, 2024 21:06
…ideo

# Conflicts:
#	android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewManager.java
#	src/Video.tsx
…fix/avoidVideoResizingFlickering

# Conflicts:
#	.github/ISSUE_TEMPLATE/bug-report.yml
Copy link
Member

@KrzysztofMoch KrzysztofMoch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense to turn it on, but unfortunately I don't have android device to test it

@freeboub freeboub merged commit c2ce66e into TheWidlarzGroup:master May 31, 2024
3 checks passed
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.

[BUG] Videos Stuttering on Low-Spec Android Devices
2 participants