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(DASH): Fix manifest update time for Live manifests #5763

Merged
merged 2 commits into from Oct 12, 2023

Conversation

avelad
Copy link
Collaborator

@avelad avelad commented Oct 11, 2023

No description provided.

@avelad avelad added type: bug Something isn't working correctly priority: P1 Big impact or workaround impractical; resolve before feature release component: DASH The issue involves the MPEG DASH manifest format labels Oct 11, 2023
@avelad avelad added this to the v4.6 milestone Oct 11, 2023
@shaka-bot
Copy link
Collaborator

Incremental code coverage: 100.00%

@@ -217,8 +217,7 @@ shaka.dash.DashParser = class {
* @exportInterface
*/
onInitialVariantChosen(variant) {
if (this.manifest_ && this.lowLatencyMode_ &&
this.minTotalAvailabilityTimeOffset_) {
if (this.manifest_ && this.manifest_.presentationTimeline.isLive()) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You know, it occurs to me now that this function should probably have some comment explaining why it exists.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@avelad avelad requested a review from theodab October 12, 2023 08:24
@avelad avelad merged commit 65449d1 into shaka-project:main Oct 12, 2023
15 of 16 checks passed
@avelad avelad deleted the dash-live-update branch October 12, 2023 08:55
Robloche pushed a commit to Robloche/shaka-player that referenced this pull request Nov 30, 2023
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Dec 11, 2023
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Dec 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: DASH The issue involves the MPEG DASH 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.

None yet

3 participants