1. 27 May, 2016 1 commit
    • * Added bandwidth stats to HLS
      * moved bandwidth stats to reside on segment loaders
      * added accessors for stats on master playlist controller
      * added getters for stats using master playlist controller on hls
      * updated tests to check for stats
      Brandon Casey committed
  2. 26 May, 2016 4 commits
  3. 23 May, 2016 5 commits
    • jrivera committed
    • This is because media-sources requires video.js but doesn't require
      browserify-shim itself, so, instead we need to make sure that we
      browserify-shim all the dependencies.
      Gary Katsevman committed
    • jrivera committed
    • * Fix how and when timeCorrection_ was being applied so that it works for Flash
      * Always apply timeCorrection_ when we haven't learned anything even if playlists have changed
      * Apply timeCorrection_ directly to the currentTime when calling getMediaIndexForTime so that we can work around bad segment.end metadata in the playlist
      * Emit an error if we have been stuck in a "timeCorrection" loop for more than 5 fetch attempts
      
      * Make sure to clear the timeout before setting another in monitorBuffer_
      
      * Clearer naming of variables
      
      * Use timeCorrection_ when a chosen segment is more than 90% buffered
      * Break out timeCorrection_ functionality into a reusable piece
      
      * Added tests of the new timeCorrection_ functionality
      * Test that timeCorrection is applied even when the segment.end data is misleading
      * Verify that an error is emitted when we have failed to make progress after 5 time-corrections
      * Ensure that we only have 1 timer if monitorBuffer_ is called multiple times
      
      * Moved percent-buffered check out of checkBuffer_ to fillBuffer_
      Jon-Carlos Rivera committed
    • jrivera committed
  4. 18 May, 2016 1 commit
  5. 17 May, 2016 1 commit
  6. 16 May, 2016 1 commit
  7. 10 May, 2016 1 commit
  8. 06 May, 2016 2 commits
    • jrivera committed
    • * Support for multiple alternate audio tracks
      
      * Separated segment loading logic into a reusable piece of functionality so that we can have more than one segment loader and they can manage the segment fetch behavior unique to each playlist they are loading from
      
      * Introduced the MasterPlaylistController to coordinate the loading of the master playlist and separate the behavior of the player from videojs-contrib-hls.js leaving the latter to be the glue between HLS and the video element's events
      
      * Added the SourceUpdater to manage the asynchronous bahavior of SourceBuffers and MediaSource objects so that we can treat it as a non-blocking work queue
      
      * Added parsing for MediaGroups in master playlists
      
      * Added support for AudioTrackList objects and events
      
      * Add support for every HLS mime type possible (#684)
      
      * Flash live fixes (#682)
      Jon-Carlos Rivera committed
  9. 03 May, 2016 1 commit
  10. 21 Apr, 2016 1 commit
  11. 04 Apr, 2016 1 commit
  12. 01 Apr, 2016 4 commits
  13. 31 Mar, 2016 3 commits
  14. 24 Mar, 2016 1 commit
  15. 14 Mar, 2016 3 commits
  16. 11 Mar, 2016 3 commits
  17. 04 Mar, 2016 2 commits
  18. 03 Mar, 2016 2 commits
  19. 02 Mar, 2016 1 commit
  20. 01 Mar, 2016 2 commits