-
Hello! I hope I'm not abusing this discussion forum with my stupid preloading questions.. Special thanks to Vijay for pointing me to the jsPsych.pluginAPI.preloadVideo module. This is my code. For testing purposes I'm trying to run this with two videos, one is in the preloading pipeline and the other isn't (so I can see whether the code makes any difference at all)
This works all fine for very good internet connections but slower ones, both videos freeze and buffer regardless of preloading or not. I looked at what happens in the network tab in firefox and there I saw that during preloading the talk11_a_0.mp4 shows with status 200 during preloading and then with status 206 during playback. Looking at this tab I'm guessing that maybe the preloading itself works, but when it comes to video playback the browser doesn't seem to use the preloaded information? Or it is lost somewhere? Thank you so much for the help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
This is a great issue to raise. You're definitely not abusing the forum! It's going to take a little bit of digging to figure out if this is something on our end. Tagging @andytwoods in because he wrote the code to do video preloading. (But no worries if you are too busy to look at this Andy!) |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
This is a great issue to raise. You're definitely not abusing the forum!
It's going to take a little bit of digging to figure out if this is something on our end. Tagging @andytwoods in because he wrote the code to do video preloading. (But no worries if you are too busy to look at this Andy!)