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(hls): Fix single-variant HLS streams #4573

Merged
merged 1 commit into from
Oct 13, 2022

Conversation

theodab
Copy link
Contributor

@theodab theodab commented Oct 12, 2022

The changes to implement lazy-loading broke the previous functionality to load media playlists directly, as they are not lazy loaded. This fixes that case, so that lazy-loaded media playlists will correctly set their duration and presentation type.

Issue #1936
Issue #3536

The changes to implement lazy-loading broke the previous functionality
to load media playlists directly, as they are not lazy loaded.
This fixes that case, so that lazy-loaded media playlists will correctly
set their duration and presentation type.

Issue shaka-project#1936
Issue shaka-project#3536
@theodab theodab added type: bug Something isn't working correctly component: HLS The issue involves Apple's HLS manifest format labels Oct 12, 2022
@github-actions
Copy link
Contributor

Incremental code coverage: 82.35%

@avelad avelad added the priority: P1 Big impact or workaround impractical; resolve before feature release label Oct 12, 2022
@avelad avelad added this to the v4.3 milestone Oct 12, 2022
@avelad
Copy link
Member

avelad commented Oct 13, 2022

Tested and now it works!

@avelad avelad merged commit 62906bd into shaka-project:main Oct 13, 2022
@theodab theodab deleted the lazyLoadSingleVariantBranch branch October 13, 2022 22:53
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: HLS The issue involves Apple's HLS manifest format priority: P1 Big impact or workaround impractical; resolve before feature release status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants