From 4c8c3b72bba68734a654a2c2160e2105fb378290 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Mon, 25 May 2026 11:26:02 -0400 Subject: [PATCH] fix filmstrip: append probe to DOM, fix race condition, add 15s timeout --- services/web-ui/public/screens-asset.jsx | 38 +++++++----------------- 1 file changed, 11 insertions(+), 27 deletions(-) diff --git a/services/web-ui/public/screens-asset.jsx b/services/web-ui/public/screens-asset.jsx index 8d8c22d..9167b86 100644 --- a/services/web-ui/public/screens-asset.jsx +++ b/services/web-ui/public/screens-asset.jsx @@ -79,10 +79,6 @@ function AssetDetail({ asset, onClose }) { }, [streamUrl, streamType]); // Build filmstrip from real video frames. HLS streams use hls.js probe. - // For MP4, we fetch the first 10 MB as a Blob to feed the probe video — - // this works reliably even in headless browsers where