From 02e1c583e9494f2f484631b3e85c872608fa6c23 Mon Sep 17 00:00:00 2001 From: Timothy Date: Sat, 5 Sep 2026 01:12:39 +0200 Subject: [PATCH 1/5] fix(554): mute the preview player so autoplay is never blocked MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HlsPlayer's manifest GET can block until segments exist (unbounded maxTimeToFirstByteMs), so MANIFEST_PARSED can arrive past the browser's transient user-activation window and video.play() gets rejected as blocked autoplay — the channel preview panel then sat at "starting" over a black frame with no hint the operator just needed to press play. Render the