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 gaps seeking #4068

Merged

Conversation

bbert
Copy link
Contributor

@bbert bbert commented Oct 10, 2022

The goal of this PR is to fix a regression introduced in PR #3928, and described in issue #4067

When jumping gap since audio timeline starts after video timeline, the DashHandler::getValidTimeAheadOfTargetTime() consider next 1st audio segment start time as seeking time.

Due to PR #3928 that fixes rounding issues in TimelineSegmentsGetter, searching segment at 1st audio segment start time fails and playback dails to start.

This PR proposes a fix by adding a delta value to founded segment start time to get around the rounding issues.

@dsilhavy dsilhavy added this to the 4.5.1 milestone Oct 13, 2022
@dsilhavy dsilhavy merged commit d485640 into Dash-Industry-Forum:development Oct 17, 2022
@dsilhavy dsilhavy mentioned this pull request Oct 19, 2022
1 task
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.

None yet

2 participants