Interactive testing environment for react-shared components
Current: Default
A video player component with HLS streaming support, custom controls, and poster images
Video player with poster image and play button overlay
Different video player configurations
videoSrcstring (required) - URL of the video file (MP4)
videoStreamSrcstring (optional) - URL of HLS stream (.m3u8) for adaptive streaming
posterUrlstring (optional) - URL of poster/thumbnail image
videoIdstring (optional) - HTML id attribute for the video element (default: 'video-player')
onTimeUpdate(duration: number, currentTime: number) => void (optional) - Callback fired during playback
classNamestring (optional) - Additional CSS classes
fcpCompleteboolean (optional) - Whether First Contentful Paint is complete (default: true)
showMaskboolean (optional) - Show poster image overlay before play (default: true)