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

feat: add liveSyncTargetLatency option and deprecate liveSyncMinLatency and liveSyncMaxLatency options #6822

Merged
merged 5 commits into from
Jun 17, 2024

Conversation

gkatsev
Copy link
Contributor

@gkatsev gkatsev commented Jun 13, 2024

Follow-up from #6683 to add a target latency config and deprecate the existing min/max options.

lib/player.js Show resolved Hide resolved
}
}

let liveSyncMinLatency;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is mostly to consolidate into a single if block for both.

lib/player.js Outdated Show resolved Hide resolved
@shaka-bot
Copy link
Collaborator

shaka-bot commented Jun 13, 2024

Incremental code coverage: 24.39%

@avelad avelad added type: enhancement New feature or request priority: P3 Useful but not urgent labels Jun 14, 2024
lib/player.js Show resolved Hide resolved
lib/player.js Show resolved Hide resolved
Copy link
Member

@avelad avelad left a comment

Choose a reason for hiding this comment

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

LGTM, there are only some minor changes

@avelad avelad merged commit 277afbf into shaka-project:main Jun 17, 2024
14 of 15 checks passed
@gkatsev gkatsev deleted the max-min-latency-updates branch June 17, 2024 13:47
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Aug 16, 2024
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Aug 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority: P3 Useful but not urgent status: archived Archived and locked; will not be updated type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants