feat(video-player): enable AirPlay support for video player component
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user