Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caraya committed Feb 19, 2017
1 parent 0786b32 commit 40f66c7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

## Notes about the demo repository

The code in this repository is designed to accompany the post [Revisting video enconding: DASH](http://publishing-project.rivendellweb.net/revisiting-video-encoding-dash/) . To store the mp4 content, some of which is over 100mb in size, we've set the repo with [GIT LFS](https://git-lfs.github.com/) to handle the large files; this will get around Github's file size limitation.

A brief summary of the files:

* [html5-video.html](html5-video.html) is a traditional HTML5 video tag using MP4, WebM and OGG video
* [index.html](index.html) uses the Shaka Player to play DASH video
* [dashjs.html](dashjs.html) uses Dash.js's MediaPlayerFactory method
* [dashjs2.html](dashjs2.html) uses Dash.js's traditional method

0 comments on commit 40f66c7

Please sign in to comment.