Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Releases: videojs/videojs-contrib-hls

v5.15.0

14 Nov 22:51
Compare
Choose a tag to compare

v5.14.1

21 Mar 11:57
Compare
Choose a tag to compare
5.14.1

v5.14.0

15 Mar 23:26
Compare
Choose a tag to compare
5.14.0

v5.13.0

07 Mar 21:55
Compare
Choose a tag to compare
5.13.0

v5.12.2

06 Nov 18:52
Compare
Choose a tag to compare

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

24 Oct 23:35
Compare
Choose a tag to compare

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

19 Oct 18:33
Compare
Choose a tag to compare
  • 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

11 Oct 19:30
Compare
Choose a tag to compare

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

20 Sep 22:56
Compare
Choose a tag to compare

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

28 Aug 19:31
Compare
Choose a tag to compare

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