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): allow chunckless preparation #3882

Merged

Conversation

freeboub
Copy link
Collaborator

@freeboub freeboub commented Jun 7, 2024

Summary

Add a prop to disallow chunckless preparation for HLS

Motivation

Fix: #3766
see: https://developer.android.com/media/media3/exoplayer/hls?#disabling-chunkless for the feature desciption

Changes

Add the new prop in source.

Test plan

To be tested by reporter...

freeboub and others added 22 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
* fix: ensure player doesn't start when view is unmounted
@KrzysztofMoch KrzysztofMoch changed the title Feat/allow chunckless preparation feat(android): allow chunckless preparation Jun 7, 2024
@freeboub freeboub merged commit d4a8c24 into TheWidlarzGroup:master Jun 7, 2024
6 checks passed
@YangJonghun
Copy link
Collaborator

looks great to me
nit) I hope someday we provide specific type deifinition like below
{type:HLS, textTracksAllowChunklessPreparation: boolean} | {type: DASH, ...}

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]: 608/708 captions in HLS source not recognized by the player
3 participants