You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
There seems to be an issue with playback of short videos (specifically a video of length 2 seconds)
On page load the video plays successfully, but on attempted playback the video tries to play from 2 seconds (aka the end of the video).
Current behaviour: On clip.onFinish the code triggers player.play(0).pause()
I tried setting the clip.start property to 0 seconds under the clip configuration, but it does not seem to work
If I change the clip.start property to 1, the issue disappears (except it truncates playback to 0:01-0:02)
I am not sure how to post an example, my apologies.
Browser: Chrome
OS: Windows 7 Professional
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There seems to be an issue with playback of short videos (specifically a video of length 2 seconds)
On page load the video plays successfully, but on attempted playback the video tries to play from 2 seconds (aka the end of the video).
Current behaviour: On clip.onFinish the code triggers player.play(0).pause()
I tried setting the clip.start property to 0 seconds under the clip configuration, but it does not seem to work
If I change the clip.start property to 1, the issue disappears (except it truncates playback to 0:01-0:02)
I am not sure how to post an example, my apologies.
Browser: Chrome
OS: Windows 7 Professional
The text was updated successfully, but these errors were encountered: