-
Notifications
You must be signed in to change notification settings - Fork 20
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 uploading bug #336
Comments
Update from Slack: another user has reported this problem as well, due to using a webcam-display frame during ongoing session recording. Here's a list of frames that might cause the same problem during session recording because they display the webcam feed back to the participant):
Possible solutionsAt the very least we should improve the documentation to explain that certain frames are not compatible with session recording, and provide some guidance/examples for work-arounds. We do have a paragraph in the video-record mixin documentation, but it's a little hard to find, and the issue and solutions aren't laid out clearly. Here's a list of non-mutually-exclusive options we can consider in response to this issue:
|
Update from Slack in response to my suggestion to stop session recording before the frame that's causing problems (
It's not clear to me yet whether this is the same problem or a different one - we may need to open a separate issue for this. |
Describe the bug
My participants were experiencing long video-uploading times at the end of their task. Repeat experimentation suggested that this occurs about 50% of the time, and delays video uploading by 4-5 minutes. Participants reported the video uploading bar getting stuck at 0% and not moving for multiple minutes.
Experimentation suggests that the issue may have been me putting the start-recording frame before the video-configuration (
exp-video-config-quality
) frame. A version of the same task just changing the order of these 2 frames yielded no issues, whereas the original continued to cause issues.I am not 100% sure this was the cause, but if it was it would probably be good to know.
Which frame or frames does it affect?
'video-config-quality', 'start-recording'
Example
https://lookit.mit.edu/exp/studies/11dd80a6-a9b9-4bca-bed0-b64f417916dd/preview-detail/
Environment (please complete):
last_known_player_sha field
on the study edit page): 51c9e97Additional information
See Slack conversation and Mark's students' attempts: https://docs.google.com/spreadsheets/d/1YVI7npqMWhRSpWZu8MXWzUtADgUCltn2q6vvEVVpsZA/edit#gid=1846061161
The text was updated successfully, but these errors were encountered: