This video uses fallback for poster. It can take a while for YouTube to respond when a requested poster is missing. This is what causes the delay.
What you're seeing here is the basically the worst case scenario because we request `maxres` WebP poster for an old video that doesn't have WebP at all and only has `hqdefault.jpg`.
maxresdefault.webp` is missing -> swtich to `sddefault.webp`sddefault.webp` is missing -> switch to `hqdefault.webp`hqdefault.webp` is missing -> switch to `hqdefault.jpg`hqdefault.jpg` exists
var LiteYTEmbedConfig = {
useFallback: true
};