You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Romantic-LiXuefeng
changed the title
Support decrypt the HLS streams encrypted with sample-based SAMPLE-AES encryption
Support to decrypt the HLS streams encrypted with sample-based SAMPLE-AES encryption
Sep 30, 2019
It's not in our current plans to add support for this. Still I'll leave this open to track support for non-CDM SAMPLE-AES protection.
If you are looking into implementing this, the simplest approach to start with is probably implementing your own ElementaryStreamReader (for Transport Stream elementary streams, start by forking H264Reader), or Extractor for packed audio. You'll need to plumb the key and initialization vector into your extractor in order to decrypt.
Once a working solution is in place, we can look into making it fit into ExoPlayer's model.
AquilesCanta
changed the title
Support to decrypt the HLS streams encrypted with sample-based SAMPLE-AES encryption
Support SAMPLE-AES encryption with identity key format
Sep 30, 2019
Just as the title. Support to decrypt H.264/AAC/AC-3/Enhanced AC-3 streams encrypted with AES-SAMPLE encryption described in the below link .
https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/HLS_Sample_Encryption/Encryption/Encryption.html.
If there is no plan to support this, Hope give some advice how to implement this feature.
The text was updated successfully, but these errors were encountered: