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

Bugfix/android offline mp4 seekable #217

Merged
merged 2 commits into from
Oct 24, 2023

Conversation

tvanlaerhoven
Copy link
Member

The seekable range is only updated on progress events; on Android, when starting play-out of a locally stored asset, the progress event is never dispatched, so there the seekable property is never updated either.
For vods we can safely set the seekable range to [0, duration] when loadedmetadata is dispatched.

@tvanlaerhoven tvanlaerhoven merged commit 6854d88 into develop Oct 24, 2023
1 check passed
@tvanlaerhoven tvanlaerhoven deleted the bugfix/android_offline_mp4_seekable branch October 24, 2023 08:56
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.

2 participants