Skip to content

v1.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 16:27
· 109 commits to master since this release
  • Supported Serve API: v1.4.0 to v1.4.2

Changed

  • Rework PSSH.overwrite_key_ids() as an instance method now named PSSH.set_key_ids().
  • Rework PSSH.get_key_ids() as a property method named PSSH.key_ids. This allows swift access to all the Key IDs of
    the current PSSH object data.
  • Rework PSSH.from_playready_pssh() as an instance method now named PSSH.playready_to_widevine() that now converts
    the current instances values directly. This allows you to more easily instance as any PSSH, then convert after wards
    and only if wanted and when needed.