Quote:
Originally Posted by Yelloworanges
It looks like you downloaded a single video file that was never in hls format (m3u8 playlist with ts segments).
If this is correct, then the "drm" is likely something other than hls-aes.
Look at the beginning of the file that you download with a hex editor for clues about the type of drm.
|
Can't we figure the Encryption type from the Decryption File:
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<Client_ECMs version="1.0"><Total_Session_ECMs>2</Total_Session_ECMs>
<CryptoPeriod Sequence_Number="1"><CryptoStart>5</CryptoStart><ECMStructure>AQAXCOQRW9IL6AAAXl8Q84FwYwAAARaiAjYDAAAA/3Uh4AEAAfwBDAIAgwD5SH4QdRwaK4Q66KD+aJXHi8SesZA0wIHsnbmDZjdy8lC4ImETT/7xnlGEviATpjRS/58XcHEYw5dH8jY87JcFIvz6hRnqWWHtSA==</ECMStructure><Parity>129</Parity></CryptoPeriod><CryptoPeriod Sequence_Number="2"><CryptoStart>720565</CryptoStart><ECMStructure>AQAXCOQRW9IL6AAAXl8VwYBwYwAAARaiAjYDAAAA/3Uh4AEAAfwBDAIAgwD5SH4QKf0TQfW0qdhdEVfLlfRjWpA0wIHsnbmDZjdy8lC4ImETT/7xnlGEviATpjRS/58XcHEYw5dH8jY87JcFIvz6hRnqWWHtSA==</ECMStructure><Parity>128</Parity></CryptoPeriod></Client_ECMs>