Skip to content

Commit

Permalink
feat(demo): Added updated stream and updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Oct 26, 2019
1 parent 2eb3562 commit a5afabe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var player = new OpenPlayer('[player ID]', [valid VAST/VPAID URL|List of VAST/VP
startTime,
// Allow loader to be displayed when loading video (by default, `false`)
showLoaderOnInit,
// Controls configuration by default; `levels` can be added as well
// Controls configuration by default; `levels` can be added as well since it's an optional feature
controls: {
left: ['play', 'time', 'volume'],
middle: ['progress'],
Expand Down Expand Up @@ -209,6 +209,7 @@ In addition to the list above, [HLS events](https://github.com/video-dev/hls.js/
3. [Using Ads](https://codepen.io/rafa8626/pen/vVYKav)
4. [Playing HLS streaming](https://codepen.io/rafa8626/pen/QZWEVy)
5. [M(PEG)-DASH with Ads](https://codepen.io/rafa8626/pen/Xxjmra)
6. [Using `Levels`](https://codepen.io/rafa8626/pen/ExxXvZx)

## Built With

Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>Video Sample</h1>
<label>Change source <select name="sources">
<option value="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/TearsOfSteel.mp4" selected>MP4</option>
<option value="https://upload.wikimedia.org/wikipedia/commons/2/22/Volcano_Lava_Sample.webm">WebM</option>
<option value="https://video-dev.github.io/streams/x36xhzz/x36xhzz.m3u8">HLS</option>
<option value="https://player.webvideocore.net/CL1olYogIrDWvwqiIKK7eLBkzvO18gwo9ERMzsyXzwt_t-ya8ygf2kQBZww38JJT/8i4vvznv8408.m3u8">HLS</option>
<option value="https://dash.akamaized.net/envivio/EnvivioDash3/manifest.mpd">M(PEG)-DASH</option>
</select>
</label>
Expand Down

0 comments on commit a5afabe

Please sign in to comment.