|
| 1 | +## 2.0.0-beta (2016-04-07) |
| 2 | + |
| 3 | +New Features: |
| 4 | + - DASH support for: |
| 5 | + - Multi-Period content |
| 6 | + - https://github.com/google/shaka-player/issues/186 |
| 7 | + - Location elements |
| 8 | + - https://github.com/google/shaka-player/issues/298 |
| 9 | + - UTCTiming elements (for clock synchronization) |
| 10 | + - https://github.com/google/shaka-player/issues/241 |
| 11 | + - Better browser compatibility |
| 12 | + - Testing on Safari 9, IE 11, Edge, Firefox 45+, Opera, Chrome |
| 13 | + - https://github.com/google/shaka-player/issues/101 |
| 14 | + - New plugin and build system to extend Shaka |
| 15 | + - Networking plugins |
| 16 | + - https://github.com/google/shaka-player/issues/228 |
| 17 | + - https://github.com/google/shaka-player/issues/198 |
| 18 | + - Cache-friendly networking |
| 19 | + - https://github.com/google/shaka-player/issues/76 |
| 20 | + - https://github.com/google/shaka-player/issues/191 |
| 21 | + - https://github.com/google/shaka-player/issues/235 |
| 22 | + - Limit memory usage by clearing old data from buffer |
| 23 | + - https://github.com/google/shaka-player/issues/247 |
| 24 | + - Simpler, more mobile-friendly demo app |
| 25 | + - New test assets |
| 26 | + - https://github.com/google/shaka-player/issues/224 |
| 27 | + - Made play()/pause() independent of buffering |
| 28 | + - https://github.com/google/shaka-player/issues/233 |
| 29 | + - Numerical error code system |
| 30 | + - https://github.com/google/shaka-player/issues/201 |
| 31 | + - Distinguish between subtitle and caption tracks |
| 32 | + - https://github.com/google/shaka-player/issues/206 |
| 33 | + - Separate audio & text language preferences |
| 34 | + - https://github.com/google/shaka-player/issues/207 |
| 35 | + - Update timeShiftBufferDepth when updating the manifest |
| 36 | + - https://github.com/google/shaka-player/issues/295 |
| 37 | + - Simplified clearkey setup using configure() |
| 38 | + - Initial bandwidth is now configurable: |
| 39 | + - https://github.com/google/shaka-player/issues/268 |
| 40 | + |
| 41 | +Bugfixes: |
| 42 | + - Stopped using Date headers for clock sync |
| 43 | + - https://github.com/google/shaka-player/issues/205 |
| 44 | + - https://github.com/google/shaka-player/issues/241 |
| 45 | + |
| 46 | +Docs: |
| 47 | + - New tutorials! |
| 48 | + |
| 49 | +Missing Features from v1 (to be added later): |
| 50 | + - Custom controls demo for live streams |
| 51 | + - https://github.com/google/shaka-player/issues/322 |
| 52 | + - Chromecast demo |
| 53 | + - Trick play demo |
| 54 | + - Track restrictions based on key status |
| 55 | + - Offline support |
| 56 | + |
| 57 | +Broken Compatibility: |
| 58 | + - Almost everything! (v2 upgrade guide coming soon) |
| 59 | + |
| 60 | + |
1 | 61 | ## 1.6.4 (2016-03-03) |
2 | 62 |
|
3 | 63 | Bugfixes: |
|
0 commit comments