media/library
Damien Merenne 94dd9c41f4 Fix AES decryption of HLS streams.
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.
2015-03-12 13:34:58 +01:00
..
doc/images Bring internal/external branches closer. 2014-11-19 15:58:26 +00:00
src Fix AES decryption of HLS streams. 2015-03-12 13:34:58 +01:00
build.gradle Include gradle plugin 1.0.0 2014-12-22 10:34:46 +08:00