Preloading large number of videos for online experiment #3606
Unanswered
steventmartinez
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hi, I’ve never handled such a large volume of videos as in your experiment, and I don’t have any alternative ideas either.
Best regards, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I am running into issues preloading ~200 videos for an online experiment. The videos are 15-30 seconds long, up to 15 MB each, and will be shown in blocks of 12 consecutive videos at a time.
I've tried 3 different strategies for preloading:
1) preloading one video prior to its presentation
2) preloading in batches
3) using third-party file storage services like Google Drive, YouTube, and Vimeo.
So far, each option has resulted in the experiment failing to load or a noticeable lag in between video presentations. I wanted to ask if anyone has used other strategies for preloading to really minimize the lag between video presentations? I would deeply appreciate any insights or advice -- thank you so much!
Attaching example code of the different options I have tried in case that would be helpful to see.
Beta Was this translation helpful? Give feedback.
All reactions