-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
revert: Fix potential AV sync issues after seek or adaptation #6435
revert: Fix potential AV sync issues after seek or adaptation #6435
Conversation
Incremental code coverage: 100.00% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this is a reversion of #4886, correct? Except for a few typos that PR fixed, which have no reason to be reverted, of course.
Would you say that #4589 is now no longer a problem even without the fix? If not, we will want to re-open that issue. Luckily, it seems like the sample content for that issue still exists.
@avelad was the issue with fetching segments after seeking related to VOD, LIVE or both? I don't think we experienced fetching segments issue in our LIVE streams so in case it was an issue restricted to VODs only, any chance original fix could be applied to LIVE streams? |
@joeyparrish can you comment on the above? |
This was generic, so it affects both VOD and Live. |
This reverts #4886, which was found to cause issues with fetching segments after seeking.
Closes #5785
Re-open #4589