Skip to content

v2.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gkatsev gkatsev released this 28 Jul 19:28
· 384 commits to main since this release

2.1.0 (2020-07-28)

Features

  • Easier manual playlist switching, add codecs to renditions (#850) (f60fa1f)
  • exclude all incompatable browser/muxer codecs (#903) (2d0f0d7)
  • expose canChangeType on the VHS property (#911) (a4ab285)
  • let back buffer be configurable (8c96e6c)
  • Support codecs switching when possible via sourceBuffer.changeType (#841) (267cc34)

Bug Fixes

  • always append init segment after trackinfo change (#913) (ea3650a)
  • cleanup mediasource listeners on dispose (#871) (e50f4c9)
  • do not try to use unsupported audio (#896) (7711b26)
  • do not use remove source buffer on ie 11 (#904) (1ab0f07)
  • do not wait for audio appends for muxed segments (#894) (406cbcd)
  • Fixed issue with MPEG-Dash MPD Playlist Finalisation during Live Play. (#874) (c807930)
  • handle null return value from CaptionParser.parse (#890) (7b8fff2), closes #863
  • have reloadSourceOnError get src from player (#893) (1e50bc5), closes videojs/video.js#6744
  • initialize EME for all playlists and PSSH values (#872) (e0e497f)
  • more conservative stalled download check, better logging (#884) (615e77f)
  • pause/abort loaders before an exclude, preventing bad appends (#902) (c9126e1)
  • stop alt loaders on main mediachanging to prevent append race (#895) (8690c78)
  • Support aac data with or without id3 tags by using mux.js@5.6.6 (#899) (9c742ce)
  • Use revokeObjectURL dispose for created MSE blob urls (#849) (ca73cac)
  • Wait for sourceBuffer creation so drm setup uses valid codecs (#878) (f879563)

Chores

  • Add vhs & mpc (vhs.masterPlaylistController_) to window of index.html (#875) (bab61d6)
  • demo: add a representations selector to the demo page (#901) (0a54ae2)
  • fix tears of steal playready on the demo page (#915) (29a10d0)
  • keep window vhs/mpc up to date on source switch (#883) (3ba85fd)
  • update DASH stream urls (#918) (902c2a5)
  • update local video.js (#876) (c2cc9aa)
  • use playready license server (#916) (6728837)

Code Refactoring

  • remove duplicate bufferIntersection code in util/buffer.js (#880) (0ca43bd)
  • simplify setupEmeOptions and add tests (#869) (e3921ed)