c71484de by David LaPalomento

Fix download URL and update changelog. Fixes #14.

Point to the releases page for the plugin download instead of attempting to link to the raw URL. Add entries to the release log to prepare for v0.3.0.
1 parent e8fc6fc0
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 A video.js plugin that plays HLS video on platforms that don't support it but have Flash. 5 A video.js plugin that plays HLS video on platforms that don't support it but have Flash.
6 6
7 ## Getting Started 7 ## Getting Started
8 Download the [plugin](https://raw.github.com/videojs/videojs-contrib-hls/master/dist/videojs-hls.min.js). On your web page: 8 Download the [plugin](https://github.com/videojs/videojs-contrib-hls/releases). On your web page:
9 9
10 ```html 10 ```html
11 <script src="video.js"></script> 11 <script src="video.js"></script>
...@@ -119,4 +119,6 @@ bandwidth and viewport dimensions. ...@@ -119,4 +119,6 @@ bandwidth and viewport dimensions.
119 - [Best RESOLUTION variant] OR [Best BANDWIDTH variant] OR [inital playlist in manifest] 119 - [Best RESOLUTION variant] OR [Best BANDWIDTH variant] OR [inital playlist in manifest]
120 120
121 ## Release History 121 ## Release History
122 _(Nothing yet)_ 122 0.3.0: Performance fixes for high-bitrate streams
123 0.2.0: Basic playback and adaptive bitrate selection
124 0.1.0: Initial release
......