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

Sync audio fragment loading with main discontinuity and time #6491

Merged
merged 2 commits into from
Jun 13, 2024

Conversation

robwalch
Copy link
Collaborator

@robwalch robwalch commented Jun 12, 2024

This PR will...

Ensure that audio-stream-controller loads segments from the same discontinuity domain (cc) as the main stream-controller.

Sync max audio buffer target with main playlist loading fragment (rather than video SourceBuffer end).

Properties defined in the base stream controller class are now set and reset there where possible.

Why is this Pull Request needed?

This PR improves Live start and VOD resume at offset by selecting audio segments that align with selected video segments. Required to stable primary playback resumption in #5730.

Are there any points in the code the reviewer needs to double check?

Resolves issues:

Checklist

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • API or design changes are documented in API.md

@robwalch robwalch added this to the 1.6.0 milestone Jun 12, 2024
@robwalch robwalch marked this pull request as ready for review June 12, 2024 00:35
@robwalch robwalch force-pushed the feature/sync-alt-audio-disco branch from 275ac39 to eed4244 Compare June 12, 2024 00:57
@robwalch robwalch force-pushed the feature/sync-alt-audio-disco branch from eed4244 to 20f50af Compare June 12, 2024 23:26
@robwalch robwalch merged commit aed1b4b into master Jun 13, 2024
16 checks passed
@robwalch robwalch deleted the feature/sync-alt-audio-disco branch June 13, 2024 20:55
@robwalch robwalch removed the request for review from iamboorrito June 13, 2024 20:55
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.

1 participant