diff --git a/web/src/components/player/HlsVideoPlayer.tsx b/web/src/components/player/HlsVideoPlayer.tsx index 611673a5a..cdbd73cdc 100644 --- a/web/src/components/player/HlsVideoPlayer.tsx +++ b/web/src/components/player/HlsVideoPlayer.tsx @@ -181,6 +181,7 @@ export default function HlsVideoPlayer({ onEnded={onClipEnded} onError={(e) => { if ( + !hlsRef.current && // @ts-expect-error code does exist e.target.error.code == MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED && videoRef.current