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
If you play cc.enciv.org/what-is-democracy on a PC that can't use the GPU it stalls, and gets stuck.
I experienced this playin it on the external monitory of a Lenovo laptop that didn't support GPU to the external monitor. Everything ran fine when the chrome window was on the internal LCD screen, but not so when it was on the external monitor.
This could be a more general case where some computer platforms don't have enough power to decode the video.
Right now, the stallWatch code thinks it's stalling because of internet bandwidth, but even if you preFecth the videos, it still doesn't play back well and gets stuck.
We need to deal with this constraint more generally.
turn off the placeholder loops and just use still images.
use a lower resolution, lower quality video - or find a way to get an adaptive player working with cloudinary.
ultimately, don't play the video at all and just use the audio.
The file is app/web_components/undebate.jsx but it's a giant file - the place to start is stallWatch.
The text was updated successfully, but these errors were encountered:
If you play cc.enciv.org/what-is-democracy on a PC that can't use the GPU it stalls, and gets stuck.
I experienced this playin it on the external monitory of a Lenovo laptop that didn't support GPU to the external monitor. Everything ran fine when the chrome window was on the internal LCD screen, but not so when it was on the external monitor.
This could be a more general case where some computer platforms don't have enough power to decode the video.
Right now, the stallWatch code thinks it's stalling because of internet bandwidth, but even if you preFecth the videos, it still doesn't play back well and gets stuck.
We need to deal with this constraint more generally.
The file is app/web_components/undebate.jsx but it's a giant file - the place to start is stallWatch.
The text was updated successfully, but these errors were encountered: