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

Align playlists streaming start position with mismatched end-list tags #6189

Merged

Conversation

robwalch
Copy link
Collaborator

@robwalch robwalch commented Feb 6, 2024

This PR will...

Use main playlist details to determine start position of audio and subtitle streaming controllers

Why is this Pull Request needed?

Startup worked (corrected itself) in 1.4 but regressed in 1.5 to only load live edge on live media playlists (audio) and first segment in vod media playlists (main) which results in playback not starting (no combined buffer) until a seek.

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

How does this impact live start? So far looks like a more aligned start time results in fast start times when initial live playlist are not perfectly aligned. Not sure if there are some edge cases where the main start time presents a problem for audio or sub playlists abnormal starts or alignment.

Resolves issues:

Fixes #6126

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.5.4 milestone Feb 6, 2024
@robwalch robwalch merged commit 35c773d into patch/v1.5.x Feb 7, 2024
13 of 14 checks passed
@robwalch robwalch deleted the bugfix/align-playlists-start-with-vod-live-mismatch branch February 7, 2024 00:08
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