In-player controls (official Video.js 10 skin):
double-tap left/right to seek,
How it works: 1) Worker extracts file ID → 2) fetches
Share setting on Drive must be “Anyone with the link” → Viewer, otherwise Google returns HTML instead of video.
You can also load via URL params:
←/→ or
J/L to seek, Space/K play, F fullscreen,
M mute.How it works: 1) Worker extracts file ID → 2) fetches
https://drive.usercontent.google.com/download?id=FILE_ID&export=download&confirm=t
forwarding your Range header → 3) returns bytes with CORS + 206 Partial Content so Video.js can seek.Share setting on Drive must be “Anyone with the link” → Viewer, otherwise Google returns HTML instead of video.
You can also load via URL params:
?worker=https://xxx.workers.dev&id=FILE_ID