This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Description
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