dash.encrypt-1.1.7
sannies
released this
25 Oct 06:18
·
362 commits
to master
since this release
- added support for separate audio/video encryption --uuid:a/-u:a and --secretKey:a/-k:a sets a separate audio key and key ID
- deriving classes may now manipulate the Manifest before it is written to disk
- improved language detection for SMPTE-TT
- improved encryption speed by tweaking the number of I/O operations. Still encryption itself is the single biggest performance killer (adds +30% on top). Someone might try NSS based JCE or Diceros JCE to make use of AES HW acceleration.
- IVs start with random number (accidentally always started with zero)