Files
hyperframes/packages
Miguel Ángel b8715ce168 fix(engine): gracefully handle missing or errored video sources during render
Previously, a missing video file (404) caused the renderer to hard-fail
after a 45-second timeout waiting for readyState >= 2. Now:

1. pollVideosReady treats errored videos (v.error set or
   NETWORK_NO_SOURCE) as ready, so 404'd sources don't block
2. Screenshot mode downgrades the video timeout from a throw to a
   console.warn listing affected sources, then continues rendering
3. The composition renders with the missing video as a blank area
   instead of failing entirely
2026-05-18 00:45:11 -04:00
..
2026-05-17 18:07:59 -04:00
2026-05-17 18:07:59 -04:00
2026-05-17 18:07:59 -04:00
2026-05-17 18:07:59 -04:00