mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
As per http://tools.ietf.org/html/draft-pantos-http-live-streaming-04#section-5.2, the initializaton vector (IV) of the AES decryption algorithm should be set to: - the IV attribute value if present, - the sequence number otherwise. Currently, the IV is set once and use over all next media sequences where the IV attribute is not set. The fix is to use the provided IV if given or use the current media sequence number. |
||
|---|---|---|
| .. | ||
| doc/images | ||
| src | ||
| build.gradle | ||