-
Notifications
You must be signed in to change notification settings - Fork 526
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
WEBVTT - Text Alignment values missing from output #925
Comments
@kqyang found a small bug. Please take a look when you can. |
Thanks @vish91 for troubleshooting and fixing the problem. @TheModMaker Can you review @vish91's PR? |
@kqyang and @TheModMaker some test cases have failed, I'll update that. Before I fix that, correct me if I am wrong here but I think the parser is initially written to consider |
@kqyang @TheModMaker any thoughts ? |
Legacy players, e.g. older versions of ExoPlayer, do not handle default webvtt text alignment correctly. Need to specify `align:center` explicitly cues without text alignment for backwards compatibility. Fixes #925.
Legacy players, e.g. older versions of ExoPlayer, do not handle default webvtt text alignment correctly. Need to specify `align:center` explicitly cues without text alignment for backwards compatibility. Fixes shaka-project#925.
Issue and steps to reproduce the problem
Packager Command:
To reproduce from master branch try running on test input
with this fix
What is the expected result?
What happens instead?
The text was updated successfully, but these errors were encountered: