Skip to content

caraya/vtt-demos

Repository files navigation

VTT Demos

This repository hosts demos and examples of VTT tracks for HTML5 audio and video. It serves as a companion for the Web Platform Documentation Project's Introducing VTT.

Download the examples

To run these examples clone the repository to your local drive using the Git command line:

git clone https://github.com/caraya/vtt-demos.git

or your favorite Git tool.

Running the examples

Once you have donwnloaded the examples you can move them to a local web server such as MAMP or XAMP.

If you have pythoon installed you can run the built in web server. If you're using Python 2 run the following command

python -m SimpleHTTPServer 8000

If you're using Python 3, use:

python -m http.server 8000