feat(video-player): enable AirPlay support for video player component

This commit is contained in:
2026-03-14 01:16:26 +01:00
parent 1fc473342d
commit 924e162563

View File

@@ -133,6 +133,7 @@ const VideoPlayer = forwardRef<HTMLVideoElement, VideoPlayerProps>(
onError={onStreamError}
onEnded={() => onEndedRef.current?.()}
className="h-full w-full object-contain"
x-webkit-airplay="allow"
/>
{/* Buffering spinner — shown until frames are actually rendering */}