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

video play goes in infinite loop while using frame sequences #141

Open
reply4manish opened this issue Mar 16, 2018 · 0 comments
Open

video play goes in infinite loop while using frame sequences #141

reply4manish opened this issue Mar 16, 2018 · 0 comments

Comments

@reply4manish
Copy link

When you use frame sequence as input, on click of play the player goes on playing the sequences indefinitely and does not stop at the end. The browser keeps on working even when the total number of frame sequences it has to play is finished.

Ideally the player should display the last image in sequence and stop.

Looks like the this.video.currentTime is again assigned a value of 0 at the end, instead of being increased to this.video.duration.

Some bug in there !!

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

No branches or pull requests

1 participant