Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
hls.js: upgrade to v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
phloxic committed May 18, 2017
1 parent d5ffac2 commit 12f63bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Features
--------

- packs a compatibility tested version - current:
[v0.7.7](https://github.com/video-dev/hls.js/releases/tag/v0.7.7) - of hls.js
[v0.7.8](https://github.com/video-dev/hls.js/releases/tag/v0.7.8) - of hls.js
- by default the engine is only loaded if the browser supports
[MediaSource extensions](http://w3c.github.io/media-source/) reliably for playback
- configurable manual HLS quality selection
Expand All @@ -66,14 +66,14 @@ Debugging
---------

A quick way to find out whether there's a problem with the actual plugin component is to
run your stream in the [hls.js demo player](http://streambox.fr/mse/hls.js-0.7.7/demo/).
run your stream in the [hls.js demo player](http://streambox.fr/mse/hls.js-0.7.8/demo/).

For fine grained debugging load the unminified components and turn hlsjs debugging on:

```html
<script src="//releases.flowplayer.org/7.0.2/flowplayer.min.js"></script>
<!-- test a hls.js release -->
<script src="//cdnjs.cloudflare.com/ajax/libs/hls.js/0.7.7/hls.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/hls.js/0.7.8/hls.min.js"></script>
<!-- separate hlsjs plugin component -->
<script src="//releases.flowplayer.org/hlsjs/flowplayer.hlsjs.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/flowplayer/flowplayer-hlsjs",
"dependencies": {
"hls.js": "0.7.7",
"hls.js": "0.7.8",
"webworkify-webpack": "^1.0.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 12f63bf

Please sign in to comment.