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

Add a workaround for the start time race condition in Video.js #928

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KyleMaas
Copy link
Contributor

@KyleMaas KyleMaas commented Dec 2, 2023

Description

Turns out the timestamp problem is due to a race condition within Video.js. Since we can't really fix that without breaking the ability to update Video.js in the future, this adds a workaround for the race condition so that linking to a particular time in a video works.

Fixes #926

See also #319

Steps

Pre-deploy

Post-deploy

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.

Linking to a particular time doesn't work
1 participant