From 12f63bf25ea61760df26346a32f81734a2510908 Mon Sep 17 00:00:00 2001 From: Christian Ebert Date: Fri, 19 May 2017 00:16:33 +0100 Subject: [PATCH] hls.js: upgrade to v0.7.8 https://github.com/video-dev/hls.js/releases/tag/v0.7.8 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dadb455..20a1077 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 - + diff --git a/package.json b/package.json index 7199e8c..1f827f5 100644 --- a/package.json +++ b/package.json @@ -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": {