Update media-sources and README for release
Pick up the latest vjs-media-sources and document the changes in 0.7.0.
Showing
2 changed files
with
2 additions
and
1 deletions
... | @@ -172,6 +172,7 @@ bandwidth and viewport dimensions. | ... | @@ -172,6 +172,7 @@ bandwidth and viewport dimensions. |
172 | - [Best RESOLUTION variant] OR [Best BANDWIDTH variant] OR [inital playlist in manifest] | 172 | - [Best RESOLUTION variant] OR [Best BANDWIDTH variant] OR [inital playlist in manifest] |
173 | 173 | ||
174 | ## Release History | 174 | ## Release History |
175 | - 0.7.0: convert the HLS plugin to a tech | ||
175 | - 0.6.0: | 176 | - 0.6.0: |
176 | - Refactor playlist loading | 177 | - Refactor playlist loading |
177 | - Add testing via karma | 178 | - Add testing via karma | ... | ... |
... | @@ -37,6 +37,6 @@ | ... | @@ -37,6 +37,6 @@ |
37 | "video.js": "git+https://github.com/dmlap/video-js.git#0.6.1-alpha" | 37 | "video.js": "git+https://github.com/dmlap/video-js.git#0.6.1-alpha" |
38 | }, | 38 | }, |
39 | "dependencies": { | 39 | "dependencies": { |
40 | "videojs-contrib-media-sources": "git+https://github.com/videojs/videojs-contrib-media-sources.git#c1b0f3bd83ec975442b0a53864f6793a56751fb8" | 40 | "videojs-contrib-media-sources": "^0.3.0" |
41 | } | 41 | } |
42 | } | 42 | } | ... | ... |
-
Please register or sign in to post a comment