|
|
|
|
|
by MatthewRayfield
5547 days ago
|
|
I did try something like that where I loaded all the video segments at once and hid all but the current segment with CSS. However I wasn't able to get it working how I wanted, there were still loading delays and some visual glitches when switching clips, it also was a little unreliable. After fiddling with it, trying different hiding and timing methods and not getting the results I wanted I opted for a much simpler system. But, I think that a "double buffer" system could have improved playback if I'd spent more time on it. Thanks! |
|