Videojs Contrib Hls Versions Save

HLS library for video.js

v5.15.0

5 years ago

v5.14.1

6 years ago

v5.14.0

6 years ago

v5.13.0

6 years ago

v5.12.2

6 years ago

5.12.2 (2017-11-06)

  • Remove unused expected manifest js files #1289
  • Remove extraneous methods from PlaylistLoader #1286
    • Move isLowestEnabledRendition to playlist module
  • update contrib-media-sources to 4.6.2 #1291
    • update mux.js to 4.3.2
      • flush pes packets when there is enough data

v5.12.1

6 years ago

5.12.1 (2017-10-24)

  • update contrib-media-sources to 4.6.1 #1284
    • update mux.js to 4.3.1
      • Set active data channel per-field instead of globally for CEA-608
      • Fixed an issue with captions being placed in the wrong CC

v5.12.0

6 years ago
  • use lastSegmentDuration + 2 * targetDuration for safe live point instead of 3 segments #1271
    • do not let back buffer trimming remove within target duration of current time
    • increase threshold for stuck playlist checking
  • Fix video corruption on rendition switches in IE11 Win 8.1+ and Edge #1259
    • segment-time-mapping event
    • update contrib-media-sources to 4.6.0
  • prioritize user enabled playlists over blacklist #1269
    • never allow playlist selector to select a playlist that has been permanently blacklisted due to incompatible configuration
    • When filtering playlists within the playlist selectors, if there are no enabled playlists (i.e. not blacklisted internally AND not disabled by the user) available, then fall back to using the list of playlists not disabled by the user regardless of blacklist state.
    • make sure playlists blacklisted from an illegal media switch is permanently blacklisted, as there is no reason to try it again at a later time.
    • The representation api will return a list that filters out just incompatible playlists instead of both incompatible playlists and temporary blacklisted playlists.

v5.11.1

6 years ago

5.11.1 (2017-10-11)

  • update videojs-contrib-media-sources to 4.5.3 #1278
    • update mux.js to 4.2.2
      • Use the first audio and video tracks in the PMT
  • fix InvalidStateError for live playback in IE11 #1266

v5.11.0

6 years ago

5.11.0 (2017-09-20)

  • Update videojs-contrib-media-sources to 4.5.2 #1262
    • let video.js remoteTextTrack auto cleanup take care of text track cleanup
  • Blacklist incompatible playlists on probe if codec information not in master manifest #1257
  • Seek to seekable start when seeking before the seekable window #1260
  • MediaGroups: various bug fixes and refactor #1243
    • Removes the Firefox 48 check for for supporting a change in audio info
    • Fix delayed switching between audio tracks and intermittent desync.

v5.10.1

6 years ago

5.10.1 (2017-08-28)

  • Fix distorted or no audio in IE11 after rendition change
    • flv metadata tags now appended when audio info changes #1245