e3f3552d by David LaPalomento

Update media-sources and README for release

Pick up the latest vjs-media-sources and document the changes in 0.7.0.
1 parent e3ebff86
......@@ -172,6 +172,7 @@ bandwidth and viewport dimensions.
- [Best RESOLUTION variant] OR [Best BANDWIDTH variant] OR [inital playlist in manifest]
## Release History
- 0.7.0: convert the HLS plugin to a tech
- 0.6.0:
- Refactor playlist loading
- Add testing via karma
......
......@@ -37,6 +37,6 @@
"video.js": "git+https://github.com/dmlap/video-js.git#0.6.1-alpha"
},
"dependencies": {
"videojs-contrib-media-sources": "git+https://github.com/videojs/videojs-contrib-media-sources.git#c1b0f3bd83ec975442b0a53864f6793a56751fb8"
"videojs-contrib-media-sources": "^0.3.0"
}
}
......