6.1.0

Released 2021-11-23
Highlights
  • Improved audio analysis tools
Release notes

Packages

@accurate-player/accurate-player-abr

@accurate-player/accurate-player-controls

@accurate-player/accurate-player-core

@accurate-player/accurate-player-cutlist

@accurate-player/accurate-player-hls

@accurate-player/accurate-player-plugins

@accurate-player/accurate-player-progressive

@accurate-player/probe

Features

  • ChannelControlPlugin: Added "mono mix" support. This adds the possibility to get waveform data per track and and a global dB value for all tracks combined. Previously waveform data was only available per channel on each track.
  • ChannelControlPlugin:
    • Added api method resetChannelRouting which resets channel routing for all tracks.
    • Added api method routingHasChanged for checking if the routing is changed from the default one.
  • CutlistPlayer:
    • Improved error handling to allow updating the currently loaded url . This is useful for refreshing an expired presigned url.
    • Added support for videoStartOffset for the loaded videofile.
  • getMediaInfo: Added support for fragmented mp4

Fixes

  • SmoothTimeUpdatePlugin: Fixed bug causing the TimeUpdate event to be triggered on seek for all frames between the current frame and the seek target.