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

Bugfix/webvtt-parse: cue offset (subtitle stream without X-TIMESTAMP-MAP) #4557

Merged
merged 1 commit into from
Mar 12, 2022

Conversation

mtoczko
Copy link
Collaborator

@mtoczko mtoczko commented Feb 11, 2022

This PR will...

Removes unnecessary code, 1.x.x versions do not need this code, they already have the cueOffset calculation fixed

Why is this Pull Request needed?

subtitle stream without X-TIMESTAMP-MAP, has incorrect cue start/end time

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

Resolves issues:

#4500

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

@itsjamie
Copy link
Collaborator

Something strange has happened with this branch, all the commits between the master seem to have been duplicated. Could you rebase this to a clean commit with your change?

@itsjamie
Copy link
Collaborator

I spot-checked the deploy preview using the original stream that reported the issue and could not reproduce the captions being late.

Additionally, I checked the BipBop stream with has timestamp maps, and all seemed to be well. Assuming we can get a clean source branch, I don't see any reason to not merge.

@mtoczko mtoczko force-pushed the bugfix/webvtt-parse-cueOffset branch from 14a7748 to ed72063 Compare March 11, 2022 12:45
@mtoczko
Copy link
Collaborator Author

mtoczko commented Mar 11, 2022

@itsjamie

Something strange has happened with this branch, all the commits between the master seem to have been duplicated. Could you rebase this to a clean commit with your change?

done

@itsjamie itsjamie merged commit 23c1965 into video-dev:master Mar 12, 2022
@robwalch robwalch added this to the 1.2.0 milestone Aug 2, 2022
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

3 participants