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: Fix video playback freezes caused by not using tech current time #401

Merged
merged 1 commit into from
Mar 1, 2019

Conversation

brandonocasey
Copy link
Contributor

This bug is somewhat hard to reproduce as it only happens when another middleware reports a currentTime that is not the same as what vhs suggests.

@gkatsev
Copy link
Member

gkatsev commented Feb 20, 2019

A potential test for this is to make a middleware that always returns a "weird" time, i.e., a time that's different from what the tech returns for a regular play. For example, on the first play request, have the middleware return 5s. Presumably, that would trigger this issue.

@misteroneill misteroneill merged commit 957ecfd into master Mar 1, 2019
@misteroneill misteroneill deleted the fix/video-playback-freeze branch March 1, 2019 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants