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 variant synchronization in HLS after selectVariantTrack #5984

Merged
merged 1 commit into from Dec 5, 2023

Conversation

avelad
Copy link
Collaborator

@avelad avelad commented Dec 4, 2023

Fixes #5849

@avelad avelad added type: bug Something isn't working correctly component: HLS The issue involves Apple's HLS manifest format priority: P2 Smaller impact or easy workaround labels Dec 4, 2023
@avelad avelad added this to the v5.0 milestone Dec 4, 2023
@avelad avelad requested a review from theodab December 4, 2023 14:27
@shaka-bot
Copy link
Collaborator

Incremental code coverage: 100.00%

@avelad avelad merged commit 8da033f into shaka-project:main Dec 5, 2023
18 of 19 checks passed
@avelad avelad deleted the hls-variant-sync branch December 5, 2023 07:21
@Able1991
Copy link

Able1991 commented Dec 5, 2023

Hi. This magic number has been touched upon in changes quite recently. Will returning a smaller value cause problems?

From what I understand in the code, the adaptation variable needs to be true until segment from new variant not appended with appendBuffer. Currently this variable can be reset after appendBuffer for the currently selected variant

@avelad
Copy link
Collaborator Author

avelad commented Dec 5, 2023

Yes, I had other streams who have the same problem. This change is safe.

@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Feb 3, 2024
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Feb 3, 2024
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: P2 Smaller impact or easy workaround 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.

Variant synchronization in HLS after selectVariantTrack does not work
4 participants