<DriveVideo /> Component
First-class Google Drive video streaming player supporting standard HTML5 video attributes.
drive-video.tsx
| 1 | <DriveVideo |
| 2 | src="https://drive.google.com/file/d/VIDEO_ID/view?type=video" |
| 3 | controls |
| 4 | autoPlay={false} |
| 5 | muted={false} |
| 6 | loop={false} |
| 7 | preload="metadata" |
| 8 | width={640} |
| 9 | height={360} |
| 10 | /> |
Usage Notes
DriveVideo extracts video duration, width, height, and poster preview thumbnails automatically.
