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
Describe the bug
Handy script starts playing before video finishes buffering, which causes them to be unsynchronized. This happens because we trigger the Handy /play API call in the "play" event listener instead of "playing". The former is triggered when you click the play button, while the latter is triggered when the video actually starts playing.
To Reproduce
Steps to reproduce the behavior:
Play an interactive scene
Turn on network throttling in devtools to trigger buffering in the next step
Seek through video to trigger the buffering
Notice the /play Handy API call being triggered before the buffering finishes
Expected behavior
Script should start playing after buffering is finished.
Stash Version: (from Settings -> About): v0.27.2
Desktop (please complete the following information):
OS: Windows
Browser [e.g. chrome, safari]: Chrome
Version [e.g. 22]: 131
The text was updated successfully, but these errors were encountered:
dumdum7
changed the title
[Bug Report] Handy script plays before video finishes buffering
[Bug Report] Handy script starts playing before video finishes buffering
Dec 27, 2024
Describe the bug
Handy script starts playing before video finishes buffering, which causes them to be unsynchronized. This happens because we trigger the Handy /play API call in the "play" event listener instead of "playing". The former is triggered when you click the play button, while the latter is triggered when the video actually starts playing.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Script should start playing after buffering is finished.
Stash Version: (from Settings -> About): v0.27.2
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: