-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|