"use client" export const VideoRenderer = ({ url }: { url?: string }) => { if (!url) { return
Rendering first frames.. (might take around 30s)
} return (
) }