7.0.0

Released 2022-03-29
Highlights
  • Major version due to minor API change
Release notes

Breaking

  • Changed method signature for updateSrc(videoFile: VideoFile) to updateSrc(src: string, fileId: string) for the updateSrc property in VideoFile and DiscreteAudioTrack objects.

Features

  • Added support for SubtitlePlugin in the overlay controls, <apc-controls>
  • Added channelInterpretation property to VideoFile and DiscreteAudioTrack. It describes how input channels are mapped to output channels when the number of inputs/outputs is different. Read more here.
  • Added new player event UserSeek that is triggered just before a seek starts
  • Added support for parsing display aspect ratio from video files in getMediaInfo()