--- import type { HTMLAttributes } from "astro/types"; import { cn } from "../utils/cn"; interface Props extends HTMLAttributes<"div"> { videoUrl: string; videoType?: string; isLive?: boolean; autoPlay?: boolean; muted?: boolean; volume?: number; overlayInfo?: string; poster?: string; } const { videoUrl, videoType = "application/x-mpegURL", isLive = false, class: className = "", autoPlay = false, muted = false, volume = 0.75, overlayInfo, poster = "", } = Astro.props; ---
{overlayInfo}
Auto • --
0:00
00:00