You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

410 lines
22 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. CHANGELOG
  2. =========
  3. --------------------
  4. ## 5.5.3 (2017-05-16)
  5. * update mux.js to 4.1.4 and videojs-contrib-media-sources to 4.4.5 [#1117](https://github.com/videojs/videojs-contrib-hls/pull/1117)
  6. * ts probe searches packets for first it can successfully parse
  7. * Fixed an issue that could cause updateend events to fire more than once per append or remove under very specific conditions on firefox
  8. * Trigger error events when received empty response [#1072](https://github.com/videojs/videojs-contrib-hls/pull/1072)
  9. --------------------
  10. ## 5.5.2 (2017-05-10)
  11. * Fix playback stalls when everything appears okay [#1100](https://github.com/videojs/videojs-contrib-hls/pull/1100)
  12. * add playback watcher check for unknown player waiting
  13. * do not do unknownwaiting check when the tech fires a native waiting event
  14. * dont track current time waiting when at the end of the buffer
  15. * call techWaiting_ when we detect a stall at the end of buffer
  16. --------------------
  17. ## 5.5.1 (2017-05-04)
  18. * Use specified mediasequence for VOD expired sync instead of assuming 0 [#1097](https://github.com/videojs/videojs-contrib-hls/pull/1097)
  19. * use synccontroller for expired
  20. * fix: CODEC to mime-type conversion now takes into account all possible scenarios [#1099](https://github.com/videojs/videojs-contrib-hls/pull/1099)
  21. --------------------
  22. ## 5.5.0 (2017-04-25)
  23. * Update mux.js to 4.1.3 and media-sources to 4.4.4 [#1098](https://github.com/videojs/videojs-contrib-hls/pull/1098)
  24. * Trigger an event when a playlist is blacklisted or retried [#1080](https://github.com/videojs/videojs-contrib-hls/pull/1080)
  25. * Triggers `blacklistplaylist` when a playlist is blacklisted
  26. * Triggers `retryplaylist` when retrying to load an errored playlist
  27. * Add option to modify blacklist duration [#1076](https://github.com/videojs/videojs-contrib-hls/pull/1076)
  28. --------------------
  29. ## 5.4.1 (2017-04-10)
  30. * update contrib-media-sources to 4.4.3 [#1077](https://github.com/videojs/videojs-contrib-hls/pull/1077)
  31. * Fix exceptions from calling endOfStream when the media source isn't ready [#1061](https://github.com/videojs/videojs-contrib-hls/pull/1061)
  32. * fix segment time mapping for fmp4 playback [#1067](https://github.com/videojs/videojs-contrib-hls/pull/1067)
  33. * If beforeRequest is set, reuse it on source changes [#983](https://github.com/videojs/videojs-contrib-hls/pull/983)
  34. * Allow changing global xhr beforeRequest at runtime
  35. * Always use latest beforeRequest instead of setting it when creating hls object
  36. --------------------
  37. ## 5.4.0 (2017-04-03)
  38. * feature: support for in-manifest WebVTT [#1057](https://github.com/videojs/videojs-contrib-hls/pull/1057)
  39. * fix: minor SegmentLoader fixes [#1065](https://github.com/videojs/videojs-contrib-hls/pull/1065)
  40. * fix: enable fast quality change for alternate audio [#1046](https://github.com/videojs/videojs-contrib-hls/pull/1046)
  41. * feature: blacklist live playlists that have stopped being updated [#1039](https://github.com/videojs/videojs-contrib-hls/pull/1039)
  42. * never blacklist final available final rendition
  43. * chore: refactor all the XHR handling code and related state out of SegmentLoader and into a single mediaSegmentRequest function [#1044](https://github.com/videojs/videojs-contrib-hls/pull/1044)
  44. * feature: add a segment-metadata TextTrack that contains cues for the segments currently in the buffer [#976](https://github.com/videojs/videojs-contrib-hls/pull/976)
  45. * feature: add support for description audio tracks in hls [#1019](https://github.com/videojs/videojs-contrib-hls/pull/1019)
  46. * add support for description audio tracks (marked with characteristics of 'public.accessibility.describes-video')
  47. * add test for correctly setting alternative audio kinds
  48. --------------------
  49. ## 5.3.3 (2017-03-03)
  50. * update videojs-contrib-media-sources to v4.4.2 and mux.js to 4.1.1 [#1037](https://github.com/videojs/videojs-contrib-hls/pull/1037)
  51. * Fix silence insertion to not insert extra frames when audio is offset [#143](https://github.com/videojs/mux.js/pull/143)
  52. * Fixed metadata cue mapping so that it considers groups cues with the same startTime and remaps them collectively to the same endTime [#121](https://github.com/videojs/videojs-contrib-media-sources/pull/121)
  53. * add fudge factor to flash tag trim target [#137](https://github.com/videojs/videojs-contrib-media-sources/pull/137)
  54. * Feat/vjs6 compat [#130](https://github.com/videojs/videojs-contrib-media-sources/pull/130)
  55. * Fix flash tag trimming for misaligned audio and video [#136](https://github.com/videojs/videojs-contrib-media-sources/pull/136)
  56. * Revert "Revert flash transmuxing in a web worker (#133)" [#135](https://github.com/videojs/videojs-contrib-media-sources/pull/135)
  57. * fix: do not timeout segment requests for non-master playlist source [#1032](https://github.com/videojs/videojs-contrib-hls/pull/1032)
  58. --------------------
  59. ## 5.3.2 (2017-02-23)
  60. * fix: Fix a bug with the combination of seek-to-live and resync-on-a-poor-guess behaviors [#1023](https://github.com/videojs/videojs-contrib-hls/pull/1023)
  61. --------------------
  62. ## 5.3.1 (2017-02-22)
  63. * Locking url-toolkit to 1.0.9 to support relative urls [#1027](https://github.com/videojs/videojs-contrib-hls/pull/1027)
  64. * Resync on poor initial segment choice [#1016](https://github.com/videojs/videojs-contrib-hls/pull/1016)
  65. * Fix resuming live playback after long pauses [#1006](https://github.com/videojs/videojs-contrib-hls/pull/1006)
  66. --------------------
  67. ## 5.3.0 (2017-02-16)
  68. * reset segment loaders on all flash seeks [#1008](https://github.com/videojs/videojs-contrib-hls/pull/1008)
  69. * update mux.js to 4.1.0 update videojs-contrib-media-sources to 4.4.0
  70. * Reorganized the functions in SegmentLoader to better follow the flow of execution from top-down [#1015](https://github.com/videojs/videojs-contrib-hls/pull/1015)
  71. * Remove ad-hoc logging in favor of a config-enabled logging like playback-watcher [#1014](https://github.com/videojs/videojs-contrib-hls/pull/1014)
  72. * isLowestEnabledRendition worked with redundant streams [#1004](https://github.com/videojs/videojs-contrib-hls/pull/1004)
  73. * Rename Worker to DecrypterWorker [#1003](https://github.com/videojs/videojs-contrib-hls/pull/1003)
  74. --------------------
  75. ## 5.2.1 (2017-02-09)
  76. * feature: Support for Akamai-style Redundant HLS [#990](https://github.com/videojs/videojs-contrib-hls/pull/990)
  77. * stable sorting and always pick primary first
  78. * Fix routing of decrypter messages intended for audio segment loader [#1001](https://github.com/videojs/videojs-contrib-hls/pull/1001)
  79. --------------------
  80. ## 5.2.0 (2017-02-08)
  81. * update deps for 4.3.0 mediasources [#998](https://github.com/videojs/videojs-contrib-hls/pull/998)
  82. * Remove HLS object events from README [#992](https://github.com/videojs/videojs-contrib-hls/pull/992)
  83. --------------------
  84. ## 5.1.1 (2017-02-03)
  85. * fix: introduce videojs 6 forward compatibility while maintaining backward compatibilty [#975](https://github.com/videojs/videojs-contrib-hls/pull/975)
  86. * fix: swap to use getTech and null-check flash tech
  87. * Fix #968
  88. * only registerComponent Hls in older vjs
  89. * use registerPlugin if it exists
  90. * addTrack cross-compat
  91. * Add events for underflow and live resync [#989](https://github.com/videojs/videojs-contrib-hls/pull/989)
  92. * For QoS measurement purposes, it may be useful to know how often the playback watcher is activating. Add new events for when the player falls off the back of the live window or stalls due to a video buffer gap.
  93. --------------------
  94. ## 5.1.0 (2017-01-31)
  95. * Updated videojs-contrib-media-sources to v4.2.0
  96. * Added support for inserting silence when appending a new segment will introduce a gap in the audio SourceBuffer
  97. * Remove hls-audio-track.js as this file was no longer being used [#985](https://github.com/videojs/videojs-contrib-hls/pull/985)
  98. * Stop blacklisting audio codecs as there is now wide support for switching between audio codecs on-the-fly among all modern browsers [#981](https://github.com/videojs/videojs-contrib-hls/pull/981)
  99. * Fix qualityLevels setup for videos with a source element [#979](https://github.com/videojs/videojs-contrib-hls/pull/979)
  100. * Error early for misconfigured overrideNative [#980](https://github.com/videojs/videojs-contrib-hls/pull/980)
  101. --------------------
  102. ## 5.0.0 (2017-01-25)
  103. * Update issue template to use unpkg for latest versions [#967](https://github.com/videojs/videojs-contrib-hls/pull/967)
  104. * Use a snapshot of the issue template JSBin to protect from changes by owner [#969](https://github.com/videojs/videojs-contrib-hls/pull/969)
  105. * Fix any possible fillBuffer_ race conditions by debouncing all fillBuffers_ [#959](https://github.com/videojs/videojs-contrib-hls/pull/959)
  106. * Convert all calls to fillBuffer_ to calls to monitorBuffer_
  107. * Rename monitorBuffer_ to monitorBufferTick_ which becomes the 500ms buffer check timer loop
  108. * Make monitorBuffer_ schedule an immediate timer for monitorBufferTick_
  109. * Processing segment reachable even after playlist update removes it [#939](https://github.com/videojs/videojs-contrib-hls/pull/939)
  110. * Change processing segment reference on playlist refresh
  111. * Test for correct segment references on pending segments
  112. * Fix unreachable segment tests after rebase on async monitor buffer change
  113. * Update media index on playlist refreshes for all requests (including syncs)
  114. * Bubble progress events [#978](https://github.com/videojs/videojs-contrib-hls/pull/978)
  115. * If the segment request triggers progress events (that is, XHR2 is supported), bubble those up to the tech. This makes it clearer that buffering is happening even on very slow connections.
  116. * run decryption in a webworker [#972](https://github.com/videojs/videojs-contrib-hls/pull/972)
  117. * drop support for IE10
  118. * Fixed mediaIndex tracking so that it is consistent when the playlist updates during a live stream [#977](https://github.com/videojs/videojs-contrib-hls/pull/977)
  119. * Fixed mediaIndex tracking so that it is consistent when the playlist updates during a live stream
  120. * Removed any code in SegmentLoader#handleUpdateEnd_ that changed the mediaIndex
  121. * Reordered SegmentLoader#playlist to make it easier to follow
  122. * All changes to both mediaIndexes (SegmentLoader's and segmentInfo's) now happen in SegmentLoader#playlist
  123. * Added tests for proper mediaIndex tracking with live playlists
  124. --------------------
  125. ## 4.1.1 (2017-01-20)
  126. * Fixed the m3u8-parser to support ES3 [#965](https://github.com/videojs/videojs-contrib-hls/pull/965)
  127. --------------------
  128. ## 4.1.0 (2017-01-13)
  129. * Representations and Quality Levels [#929](https://github.com/videojs/videojs-contrib-hls/pull/929)
  130. * Update m3u8-parser to 2.0.0 and videojs-contrib-media-sources to 4.1.4 [#958](https://github.com/videojs/videojs-contrib-hls/pull/958)
  131. --------------------
  132. ## 4.0.3 (2016-12-23)
  133. * Fix a segment hop in live [#928](https://github.com/videojs/videojs-contrib-hls/pull/928)
  134. * Map legacy AVC codecs to their modern equivalents when excluding incompatible playlists [#940](https://github.com/videojs/videojs-contrib-hls/pull/940)
  135. * Update video.js to 5.15.1 [#941](https://github.com/videojs/videojs-contrib-hls/pull/941)
  136. --------------------
  137. ## 4.0.2 (2016-11-29)
  138. * Fix excessive segment loads on seeks [#925](https://github.com/videojs/videojs-contrib-hls/pull/925)
  139. * Fixed a few cases where seeking caused the player to load too many segments
  140. --------------------
  141. ## 4.0.1 (2016-11-23)
  142. * Revert "Upgrade aes-decrypter to use webcrypto for HLSe decryption where available. (#777)" [#922](https://github.com/videojs/videojs-contrib-hls/pull/922)
  143. * WebCrypto's subtle-crypto was failing to decrypt segments that worked previously with the JavaScript-only implementation
  144. --------------------
  145. ## 4.0.0 (2016-11-21)
  146. * Simplified the algorithm at the heart of SegmentLoader as much as possible [#875](https://github.com/videojs/videojs-contrib-hls/pull/875)
  147. * Introduced the concept of sync-points to help associate currentTime with segments across variants
  148. * More information available at: https://www.brightcove.com/en/blog/2016/10/improving-hls-playback
  149. * Updated videojs-contrib-media-sources to 4.1.2
  150. * Start using remote TextTracks because they can be properly removed [#118](https://github.com/videojs/videojs-contrib-media-sources/pull/118)
  151. * Handle remove cues from track properly if cues is null [#112](https://github.com/videojs/videojs-contrib-media-sources/pull/112)
  152. * Updated mux.js to 3.0.3
  153. * Stop applying the compositionTimestamp of the first frame to the baseMediaDecodeTime for the fragment [#108](https://github.com/videojs/mux.js/pull/108)
  154. * Fix coalesce stream to account for missing audio data in pending tracks [#125](https://github.com/videojs/mux.js/pull/125)
  155. * Updated aes-decrypter to [2.0.0](https://github.com/videojs/aes-decrypter/blob/master/CHANGELOG.md#200-2016-11-15)
  156. * Use webcrypto for aes-cbc segment decryption when supported [#4](https://github.com/videojs/aes-decrypter/pull/4)
  157. --------------------
  158. ## 3.6.13 (2016-11-17)
  159. * Added the concept of systemBandwidth - a measure of the bandwidth (in mb/s) of the entire system from download through transmuxing and appending data to a flash or native media source
  160. * Adaptive bitrate selection is now based on the performance of the entire system
  161. --------------------
  162. ## 3.6.12 (2016-11-14)
  163. * Changed resolveUrl to use javascript only
  164. --------------------
  165. ## 3.6.11 (2016-11-11)
  166. * Updated the reloadSourceOnErrors plugin:
  167. * Don't try to set the source if getSource returns undefined or null
  168. * resolve-url.js now uses an iframe to contain the base and anchor elements used to resolve relateive urls
  169. --------------------
  170. ## 3.6.10 (2016-11-10)
  171. * Updated the reloadSourceOnErrors plugin:
  172. * Option to pass a `getSource` function that can be used to provide a new source to load on error
  173. * Added the ability to override the default minimum time between errors in seconds
  174. * Plugin now cleans up event bindings when initialized multiple times
  175. * Fix trimBuffer to compare correct segments and correctly trim in the live case
  176. --------------------
  177. ## 3.6.9 (2016-11-09)
  178. * Add a plugin that can be used to automatically reload a source if an
  179. error occurs
  180. * Fix an error when checking if the lowest quality level is currently
  181. in use
  182. --------------------
  183. ## 3.6.8 (2016-11-09)
  184. * Enhance gap skipper to seek back into the live window if playback
  185. slips out of it. Renamed GapSkipper to PlaybackWatcher.
  186. --------------------
  187. ## 3.6.7 (2016-11-03)
  188. * Update videojs-contrib-media-sources to 4.0.5
  189. * Fix an issue with ID3 and 608 cue translation
  190. --------------------
  191. ## 3.6.6 (2016-10-21)
  192. * Use setTimeout in gap skipper instead of relying on timeupdate events
  193. * Updated videojs-contrib-media-sources to 4.0.4
  194. * Append init segment to video buffer for every segmentw
  195. --------------------
  196. ## 3.6.4 (2016-10-18)
  197. * Fix 'ended' event not firing after replay
  198. * Updated videojs-contrib-media-sources to 4.0.2
  199. * Only trim FLV tags when seeking to prevent triming I frames
  200. * Updated Mux.js to 3.0.2
  201. * Set h264Frame to null after we finish the frame
  202. --------------------
  203. ## 3.6.3 (2016-10-18)
  204. * Update videojs-contrib-media-sources to 4.0.1
  205. * Fix flash fallback
  206. --------------------
  207. ## 3.6.2 (2016-10-17)
  208. * Update videojs-contrib-media-sources to 4.0.0
  209. * Append init segment data on audio track changes
  210. * Normalize ID3 behavior to follow Safari's implementation
  211. --------------------
  212. ## 3.6.1 (2016-10-13)
  213. * Allow for initial bandwidth option of 0
  214. * Added support for MAAT in Firefox 49
  215. * Corrected deprecation warning for `player.hls`
  216. --------------------
  217. ## 3.6.0 (2016-09-27)
  218. * Updated Mux.js to 2.5.0
  219. * Added support for generating version 1 TFDT boxes
  220. * Added TS inspector
  221. * Added bundle-collapser to create smaller dist files
  222. * Added fMP4 support
  223. * Fixed a bug that resulted in us loading the first segment on a live stream
  224. --------------------
  225. ## 3.5.3 (2016-08-24)
  226. * Updated videojs-contrib-mediasources to 3.1.5
  227. * Updated Mux.js to 2.4.2
  228. * Fixed caption-packet sorting to be stable on Chromium
  229. --------------------
  230. ## 3.5.2 (2016-08-17)
  231. * Changes to the underflow-detection in the gap-skipper to remove restrictions on the size of the gaps it is able to skip
  232. --------------------
  233. ## 3.5.1 (2016-08-16)
  234. * Fixes an issue where playback can stall when going in/out of fullscreen
  235. --------------------
  236. ## 3.5.0 (2016-08-15)
  237. * Updated support for #ext-x-cue-out, #ext-x-cue-in, and #ext-x-cue-out-cont to create a single cue spanning the range of time covered by the ad break
  238. * Updated to videojs-media-sources 3.1.4
  239. * Increased the values of the FlashConstants to push more data into flash per chunk-interval
  240. --------------------
  241. ## 3.4.0 (2016-07-29)
  242. * Added support for #ext-x-cue-out, #ext-x-cue-in, and #ext-x-cue-out-cont via a special TextTrack
  243. * Added the ability to skip gaps caused by video underflow behavior in Chrome
  244. --------------------
  245. ## 3.3.0 (2016-07-25)
  246. * No longer timeout segment requests if there is only one playlist left or if we are on the lowest rendition available
  247. * Fixed a bug where sometimes the first segment was not fetched when it should have been
  248. --------------------
  249. ## 3.2.0 (2016-07-15)
  250. * Added an algorithm to seek over gaps in the video element's buffer when they are created because of missing video or audio frames
  251. * Moved the AES decryption logic to it's [own project](https://github.com/videojs/aes-decrypter)
  252. --------------------
  253. ## 3.1.0 (2016-06-09)
  254. * Added manual rendition selection API via the `representations()` function on each instance of the HlsHandler class
  255. * Pulled out and moved m3u8 parsing functionality into it's own project at https://github.com/videojs/m3u8-parser
  256. --------------------
  257. ## 3.0.5 (2016-06-02)
  258. * Fixed a bug where the adaptive bitrate selection algorithm would not switch to media playlists that had already been fetched from the server previously
  259. --------------------
  260. ## 3.0.4 (2016-05-31)
  261. * Added support for multiple alternate audio tracks
  262. * New class SegmentLoader contains all buffer maintenence and segment fetching logic
  263. * New class SourceUpdater tracks the state of asynchronous operations on a SourceBuffer and queues operations for future execution if the SoureBuffer is busy
  264. * New class MasterPlaylistController now encapsulates operations on the master playlist and coordinates media playlists and segment loaders
  265. * Bug fixes related to fetching and buffer maintenance
  266. --------------------
  267. ## 2.0.1 (2016-03-11)
  268. * First release of the ES6 version of the SourceHandler
  269. * All new lint/build/test setup via the [generator-videojs-plugin](https://github.com/videojs/generator-videojs-plugin) project
  270. --------------------
  271. ## 1.13.1 (2016-03-04)
  272. * Converted from a Tech to a SourceHandler for Video.js 5.x compatibility
  273. * Implemented a Media Source Extensions-based playback engine with a Flash-based fallback
  274. * Rewrote the Transmuxer and moved it into it's own project [mux.js](https://github.com/videojs/mux.js)
  275. * Added support for 608/708 captions
  276. --------------------
  277. ## 0.17.6 (2015-07-29)
  278. * autoplay at the live point. fix live id3 cue insertion. ([view](https://github.com/videojs/videojs-contrib-hls/pull/353))
  279. ## 0.17.5 (2015-07-14)
  280. * do not assume media sequence starts at zero ([view](https://github.com/videojs/videojs-contrib-hls/pull/346))
  281. * fix error with audio- or video-only streams ([view](https://github.com/videojs/videojs-contrib-hls/pull/348))
  282. ## 0.17.4 (2015-07-12)
  283. * Fix seeks between segments. Improve duration calculation. ([view](https://github.com/videojs/videojs-contrib-hls/pull/339))
  284. ## 0.17.3 (2015-06-29)
  285. * @dmlap improved video duration calculation. ([view](https://github.com/videojs/videojs-contrib-hls/pull/321))
  286. * Clamp seeks to the seekable range ([view](https://github.com/videojs/videojs-contrib-hls/pull/327))
  287. * Use getComputedStyle for player dimensions when filtering variants ([view](https://github.com/videojs/videojs-contrib-hls/pull/326))
  288. * Add a functional test that runs in SauceLabs ([view](https://github.com/videojs/videojs-contrib-hls/pull/323))
  289. ## 0.17.2 (2015-06-15)
  290. * @dmlap fix seeking in live streams ([view](https://github.com/videojs/videojs-contrib-hls/pull/308))
  291. ## 0.17.1 (2015-06-08)
  292. * @dmlap do not preload live videos ([view](https://github.com/videojs/videojs-contrib-hls/pull/299))
  293. ## 0.17.0 (2015-06-05)
  294. * @dmlap implement seekable for live streams. Fix in-band metadata timing for live streams. ([view](https://github.com/videojs/videojs-contrib-hls/pull/295))
  295. ## 0.16.1 (2015-05-29)
  296. * @ntadej Do not unnecessarily reset to the live point when refreshing playlists. Clean up playlist loader timeouts. ([view](https://github.com/videojs/videojs-contrib-hls/pull/274))
  297. * @gkatsev ensure segments without an initial IDR are not displayed in 4:3 initially ([view](https://github.com/videojs/videojs-contrib-hls/pull/272))
  298. * @mikrohard: wait for an SPS to inject metadata tags. ([view](https://github.com/videojs/videojs-contrib-hls/pull/280))
  299. * @mikrohard: Trim whitespace in playlist. ([view](https://github.com/videojs/videojs-contrib-hls/pull/282))
  300. * @mikrohard allow playback of TS files with NITs. Don't warn about PCR PIDs. ([view](https://github.com/videojs/videojs-contrib-hls/pull/284))
  301. * @dmlap quicker quality switches when bandwidth changes. ([view](https://github.com/videojs/videojs-contrib-hls/pull/285))
  302. * @dmlap fix temporary warped display after seeking. ([view](https://github.com/videojs/videojs-contrib-hls/pull/290))
  303. ## 0.16.0
  304. * support preload=none
  305. ## 0.15.0
  306. * expose all ID3 frames and handle tags larger than 188 bytes
  307. ## 0.14.0
  308. * performance improvements for HLSe
  309. ## 0.13.0
  310. * Improved audio/video synchronization
  311. * Fixes for live, HLSe, and discontinuities
  312. * Rename internal methods to clarify their intended visibility
  313. ## 0.12.0
  314. * support for custom IVs with AES-128 encryption
  315. ## 0.11.0
  316. * embedded ID3 tags are exposed as an in-band metadata track
  317. ## 0.10.0
  318. * optimistic initial bitrate selection
  319. ## 0.9.0
  320. * support segment level AES-128 encryption
  321. ## 0.8.0
  322. * support for EXT-X-DISCONTINUITY
  323. ## 0.7.0
  324. * convert the HLS plugin to a tech
  325. ## 0.6.0
  326. * Refactor playlist loading
  327. * Add testing via karma
  328. ## 0.5.0
  329. * cookie-based content protection support (see `withCredentials`)
  330. ## 0.4.0
  331. * Live stream support
  332. ## 0.3.0
  333. * Performance fixes for high-bitrate streams
  334. ## 0.2.0
  335. * Basic playback and adaptive bitrate selection
  336. ## 0.1.0
  337. * Initial release