-
Notifications
You must be signed in to change notification settings - Fork 4
Description
After opening a movie file, the first command should be vid:start or vid:stop. This initialization makes the player 'ready' for the set-time command and works flawlessly from then. However, if you feed vid:set-time as the first command after loading, the subsequent start and stop commands do not work as expected (start does not play the video, and stop 'teleports' the video according to the elapsed time without showing the progress).
Edit: programmatically calling start or stop right after opening the video does not fix the problem. It needs at least two iterations (such as start and then stop) before the 'initialization' happens, and there needs to be a little bit of wait (about 1 second) between them in order to make the workaround functional. It seems like the actual 'playing action' is needed to gain immunity against this set-time related bug.
Tested in Windows 10, NetLogo 6.2.2.