Skip to content

Instantly share code, notes, and snippets.

View alvinneocom's full-sized avatar
🚎
quis custodiet ipsos custodes?

Alvin Rhaman alvinneocom

🚎
quis custodiet ipsos custodes?
View GitHub Profile
@denilsonsa
denilsonsa / README.md
Last active March 26, 2024 22:04
Embed VTT subtitles into HTML

Objective

I have a video file on my local disk. I also have some subtitles (in HTML5's [WebVTT][] format).

I want to create an HTML file to play that video with subtitles, all from the local filesystem.

Problem

Loading an external VTT file from the local filesystem [fails due to same-origin policy][q].