"use client" export const VideoPlayer = ({ url }: { url?: string }) => { if (!url) { return
Rendering first scene (might take ~1 min)
} return (
) }