Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 303 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 303 Bytes

web-vtt-example

Basic example of setting up a video tag with track tags for captions and subtitles.

Script tag in index.html handles browsers that don't auto display all three track tags.

Web Server

  • Node server: server.js
  • npm install express
  • node server.js - starts websever