Skip to main content
Version: 4.2.x

xdk-players-contrib

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.2.8 (2023-10-10)

Note: Version bump only for package @accedo/xdk-players-contrib

4.2.7 (2023-06-14)

Bug Fixes

  • hlsjs player internal audio track selection issue (47b2e38)
  • hlsjs player internal subtitles display issue (80e55f0)

Features

  • move player peer deps as optional deps (ca7892e)

4.2.6 (2023-04-17)

Features

  • update node engine to >=14 (953479f)

4.2.5 (2023-03-30)

Bug Fixes

  • hls event as there were no destroy in place (e325e57)

4.2.4 (2023-03-28)

Bug Fixes

4.2.3 (2023-03-27)

Note: Version bump only for package @accedo/xdk-players-contrib

4.2.2 (2023-03-22)

Features

  • final implementation using custom config flag (da0aea6)

4.2.1 (2023-02-20)

Bug Fixes

  • correct code of token request for hlsjs drm (051155d)
  • lint problems fix (a3acb84)
  • xdk4-397 if HLS stream has buildin subtitle, xdk throws error (aa65f85)

Features

  • add playready support for hlsjs (3cadf25)
  • add widevine config to hls.config.js (172acda)
  • add widevine support for hlsjs (4ea9b97)
  • update peerDependencies related to XDK4.2 and shaka/hls (51c9663)

4.2.0 (2022-11-04)

Note: Version bump only for package @accedo/xdk-players-contrib

4.2.0-rc.3 (2022-11-03)

Note: Version bump only for package @accedo/xdk-players-contrib

4.2.0-rc.2 (2022-10-27)

Bug Fixes

  • issue with parentNode on hls.js xdk wrapper (fba47c0)

4.2.0-rc.1 (2022-10-13)

Bug Fixes

  • rm all the dependencies that may install core-js-pure on xdk 4.2 (5ac722e)

4.2.0-rc.0 (2022-10-11)

Bug Fixes

  • check playerObject and shaka obj before add/remove event listeners (14482ce)
  • clean subtitles when seeking back in time (b400b06)
  • remove _onLoadedData which duplicated with html5 _onLoaded (4ed0f2a)

Features

  • add custom events handler functions (c46febc)
  • add custom events listeners in shaka player (a4d80d1)
  • add custom function getPlaybackSpeed and getBitrates (00ff74c)
  • add DRM related functions to shaka in xdk-players-contrib (5c614fb)
  • add loadDRM function in shaka (a874fe1)
  • add shaka custom events and events listeners (15bc6ac)
  • code refactoring of CommonDRMAgent.js in shaka player contrib (64a748b)
  • complete CommonDRMAgent for shaka extension (b1598db)
  • refactor html5 players to enable async prepare, load and play (cf33728)
  • send header of license requst of DRM in shaka player (4890e8d)

4.1.5 (2022-08-18)

Features

4.1.4 (2022-08-12)

Note: Version bump only for package @accedo/xdk-players-contrib

4.1.3 (2022-08-12)

Bug Fixes

4.1.2 (2022-06-06)

Bug Fixes

  • upgrade rc dependencies to production ones (7196a30)

4.1.1 (2022-03-25)

Bug Fixes

  • clean subtitles when seeking back in time (0f1d3b6)
  • edge support for vtt.js, start ttml support (6ce4fd2)

Features

  • added default renderer for SUBTITLE_UPDATE events (13d59bb)
  • added extensions subtitles and vtt.js extension (e9472a2)

4.1.0 (2022-02-21)

Bug Fixes

  • documentation for players and extensions (57b67d6)

Features

  • 3 levels of player config. load>addPlayer>default (3fb2885)
  • added getVideoObject. fixed peer dependencies (22cb008)
  • moved shaka and hlsjs to its own package (c041cec)