Skip to content

Latest commit

 

History

History
329 lines (266 loc) · 15.9 KB

CHANGELOG.md

File metadata and controls

329 lines (266 loc) · 15.9 KB

CHANGELOG


5.2.1 (2017-02-09)

  • feature: Support for Akamai-style Redundant HLS #990
    • stable sorting and always pick primary first
  • Fix routing of decrypter messages intended for audio segment loader #1001

5.2.0 (2017-02-08)

  • update deps for 4.3.0 mediasources #998
  • Remove HLS object events from README #992

5.1.1 (2017-02-03)

  • fix: introduce videojs 6 forward compatibility while maintaining backward compatibilty #975
    • fix: swap to use getTech and null-check flash tech
    • Fix #968
    • only registerComponent Hls in older vjs
    • use registerPlugin if it exists
    • addTrack cross-compat
  • Add events for underflow and live resync #989
    • 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.

5.1.0 (2017-01-31)

  • Updated videojs-contrib-media-sources to v4.2.0
    • Added support for inserting silence when appending a new segment will introduce a gap in the audio SourceBuffer
  • Remove hls-audio-track.js as this file was no longer being used #985
  • Stop blacklisting audio codecs as there is now wide support for switching between audio codecs on-the-fly among all modern browsers #981
  • Fix qualityLevels setup for videos with a source element #979
  • Error early for misconfigured overrideNative #980

5.0.0 (2017-01-25)

  • Update issue template to use unpkg for latest versions #967
  • Use a snapshot of the issue template JSBin to protect from changes by owner #969
  • Fix any possible fillBuffer_ race conditions by debouncing all fillBuffers_ #959
    • Convert all calls to fillBuffer_ to calls to monitorBuffer_
    • Rename monitorBuffer_ to monitorBufferTick_ which becomes the 500ms buffer check timer loop
    • Make monitorBuffer_ schedule an immediate timer for monitorBufferTick_
  • Processing segment reachable even after playlist update removes it #939
    • Change processing segment reference on playlist refresh
    • Test for correct segment references on pending segments
    • Fix unreachable segment tests after rebase on async monitor buffer change
    • Update media index on playlist refreshes for all requests (including syncs)
  • Bubble progress events #978
    • 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.
  • run decryption in a webworker #972
    • drop support for IE10
  • Fixed mediaIndex tracking so that it is consistent when the playlist updates during a live stream #977
    • Fixed mediaIndex tracking so that it is consistent when the playlist updates during a live stream
    • Removed any code in SegmentLoader#handleUpdateEnd_ that changed the mediaIndex
    • Reordered SegmentLoader#playlist to make it easier to follow
    • All changes to both mediaIndexes (SegmentLoader's and segmentInfo's) now happen in SegmentLoader#playlist
    • Added tests for proper mediaIndex tracking with live playlists

4.1.1 (2017-01-20)

  • Fixed the m3u8-parser to support ES3 #965

4.1.0 (2017-01-13)

  • Representations and Quality Levels #929
  • Update m3u8-parser to 2.0.0 and videojs-contrib-media-sources to 4.1.4 #958

4.0.3 (2016-12-23)

  • Fix a segment hop in live #928
  • Map legacy AVC codecs to their modern equivalents when excluding incompatible playlists #940
  • Update video.js to 5.15.1 #941

4.0.2 (2016-11-29)

  • Fix excessive segment loads on seeks #925
    • Fixed a few cases where seeking caused the player to load too many segments

4.0.1 (2016-11-23)

  • Revert "Upgrade aes-decrypter to use webcrypto for HLSe decryption where available. (#777)" #922
    • WebCrypto's subtle-crypto was failing to decrypt segments that worked previously with the JavaScript-only implementation

4.0.0 (2016-11-21)

  • Simplified the algorithm at the heart of SegmentLoader as much as possible #875
  • Updated videojs-contrib-media-sources to 4.1.2
    • Start using remote TextTracks because they can be properly removed #118
    • Handle remove cues from track properly if cues is null #112
  • Updated mux.js to 3.0.3
    • Stop applying the compositionTimestamp of the first frame to the baseMediaDecodeTime for the fragment #108
    • Fix coalesce stream to account for missing audio data in pending tracks #125
  • Updated aes-decrypter to 2.0.0
    • Use webcrypto for aes-cbc segment decryption when supported #4

3.6.13 (2016-11-17)

  • 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
    • Adaptive bitrate selection is now based on the performance of the entire system

3.6.12 (2016-11-14)

  • Changed resolveUrl to use javascript only

3.6.11 (2016-11-11)

  • Updated the reloadSourceOnErrors plugin:
    • Don't try to set the source if getSource returns undefined or null
  • resolve-url.js now uses an iframe to contain the base and anchor elements used to resolve relateive urls

3.6.10 (2016-11-10)

  • Updated the reloadSourceOnErrors plugin:
    • Option to pass a getSource function that can be used to provide a new source to load on error
    • Added the ability to override the default minimum time between errors in seconds
    • Plugin now cleans up event bindings when initialized multiple times
  • Fix trimBuffer to compare correct segments and correctly trim in the live case

3.6.9 (2016-11-09)

  • Add a plugin that can be used to automatically reload a source if an error occurs
  • Fix an error when checking if the lowest quality level is currently in use

3.6.8 (2016-11-09)

  • Enhance gap skipper to seek back into the live window if playback slips out of it. Renamed GapSkipper to PlaybackWatcher.

3.6.7 (2016-11-03)

  • Update videojs-contrib-media-sources to 4.0.5
    • Fix an issue with ID3 and 608 cue translation

3.6.6 (2016-10-21)

  • Use setTimeout in gap skipper instead of relying on timeupdate events
  • Updated videojs-contrib-media-sources to 4.0.4
    • Append init segment to video buffer for every segmentw

3.6.4 (2016-10-18)

  • Fix 'ended' event not firing after replay
  • Updated videojs-contrib-media-sources to 4.0.2
    • Only trim FLV tags when seeking to prevent triming I frames
    • Updated Mux.js to 3.0.2
      • Set h264Frame to null after we finish the frame

3.6.3 (2016-10-18)

  • Update videojs-contrib-media-sources to 4.0.1
    • Fix flash fallback

3.6.2 (2016-10-17)

  • Update videojs-contrib-media-sources to 4.0.0
    • Append init segment data on audio track changes
    • Normalize ID3 behavior to follow Safari's implementation

3.6.1 (2016-10-13)

  • Allow for initial bandwidth option of 0
  • Added support for MAAT in Firefox 49
  • Corrected deprecation warning for player.hls

3.6.0 (2016-09-27)

  • Updated Mux.js to 2.5.0
    • Added support for generating version 1 TFDT boxes
    • Added TS inspector
  • Added bundle-collapser to create smaller dist files
  • Added fMP4 support
  • Fixed a bug that resulted in us loading the first segment on a live stream

3.5.3 (2016-08-24)

  • Updated videojs-contrib-mediasources to 3.1.5
    • Updated Mux.js to 2.4.2
      • Fixed caption-packet sorting to be stable on Chromium

3.5.2 (2016-08-17)

  • Changes to the underflow-detection in the gap-skipper to remove restrictions on the size of the gaps it is able to skip

3.5.1 (2016-08-16)

  • Fixes an issue where playback can stall when going in/out of fullscreen

3.5.0 (2016-08-15)

  • 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
  • Updated to videojs-media-sources 3.1.4
    • Increased the values of the FlashConstants to push more data into flash per chunk-interval

3.4.0 (2016-07-29)

  • Added support for #ext-x-cue-out, #ext-x-cue-in, and #ext-x-cue-out-cont via a special TextTrack
  • Added the ability to skip gaps caused by video underflow behavior in Chrome

3.3.0 (2016-07-25)

  • No longer timeout segment requests if there is only one playlist left or if we are on the lowest rendition available
  • Fixed a bug where sometimes the first segment was not fetched when it should have been

3.2.0 (2016-07-15)

  • Added an algorithm to seek over gaps in the video element's buffer when they are created because of missing video or audio frames
  • Moved the AES decryption logic to it's own project

3.1.0 (2016-06-09)

  • Added manual rendition selection API via the representations() function on each instance of the HlsHandler class
  • Pulled out and moved m3u8 parsing functionality into it's own project at https://github.com/videojs/m3u8-parser

3.0.5 (2016-06-02)

  • Fixed a bug where the adaptive bitrate selection algorithm would not switch to media playlists that had already been fetched from the server previously

3.0.4 (2016-05-31)

  • Added support for multiple alternate audio tracks
  • New class SegmentLoader contains all buffer maintenence and segment fetching logic
  • New class SourceUpdater tracks the state of asynchronous operations on a SourceBuffer and queues operations for future execution if the SoureBuffer is busy
  • New class MasterPlaylistController now encapsulates operations on the master playlist and coordinates media playlists and segment loaders
  • Bug fixes related to fetching and buffer maintenance

2.0.1 (2016-03-11)

  • First release of the ES6 version of the SourceHandler
  • All new lint/build/test setup via the generator-videojs-plugin project

1.13.1 (2016-03-04)

  • Converted from a Tech to a SourceHandler for Video.js 5.x compatibility
  • Implemented a Media Source Extensions-based playback engine with a Flash-based fallback
  • Rewrote the Transmuxer and moved it into it's own project mux.js
  • Added support for 608/708 captions

0.17.6 (2015-07-29)

  • autoplay at the live point. fix live id3 cue insertion. (view)

0.17.5 (2015-07-14)

  • do not assume media sequence starts at zero (view)
  • fix error with audio- or video-only streams (view)

0.17.4 (2015-07-12)

  • Fix seeks between segments. Improve duration calculation. (view)

0.17.3 (2015-06-29)

  • @dmlap improved video duration calculation. (view)
  • Clamp seeks to the seekable range (view)
  • Use getComputedStyle for player dimensions when filtering variants (view)
  • Add a functional test that runs in SauceLabs (view)

0.17.2 (2015-06-15)

  • @dmlap fix seeking in live streams (view)

0.17.1 (2015-06-08)

  • @dmlap do not preload live videos (view)

0.17.0 (2015-06-05)

  • @dmlap implement seekable for live streams. Fix in-band metadata timing for live streams. (view)

0.16.1 (2015-05-29)

  • @ntadej Do not unnecessarily reset to the live point when refreshing playlists. Clean up playlist loader timeouts. (view)
  • @gkatsev ensure segments without an initial IDR are not displayed in 4:3 initially (view)
  • @mikrohard: wait for an SPS to inject metadata tags. (view)
  • @mikrohard: Trim whitespace in playlist. (view)
  • @mikrohard allow playback of TS files with NITs. Don't warn about PCR PIDs. (view)
  • @dmlap quicker quality switches when bandwidth changes. (view)
  • @dmlap fix temporary warped display after seeking. (view)

0.16.0

  • support preload=none

0.15.0

  • expose all ID3 frames and handle tags larger than 188 bytes

0.14.0

  • performance improvements for HLSe

0.13.0

  • Improved audio/video synchronization
  • Fixes for live, HLSe, and discontinuities
  • Rename internal methods to clarify their intended visibility

0.12.0

  • support for custom IVs with AES-128 encryption

0.11.0

  • embedded ID3 tags are exposed as an in-band metadata track

0.10.0

  • optimistic initial bitrate selection

0.9.0

  • support segment level AES-128 encryption

0.8.0

  • support for EXT-X-DISCONTINUITY

0.7.0

  • convert the HLS plugin to a tech

0.6.0

  • Refactor playlist loading
  • Add testing via karma

0.5.0

  • cookie-based content protection support (see withCredentials)

0.4.0

  • Live stream support

0.3.0

  • Performance fixes for high-bitrate streams

0.2.0

  • Basic playback and adaptive bitrate selection

0.1.0

  • Initial release