2021-04-05, 09:12
(2021-04-05, 06:32)matthuisman Wrote: @codey2000It works!!! Thank you so much. Was this because I have a old firestick (version 2)?
Looking at their apps decompiled code, I see they convert the cenc data to level 0 if NONE of the below...
Code:if (Util.SDK_INT > 22 || schemeData == null || schemeData.data == null || !C.WIDEVINE_UUID.equals(PsshAtomUtil.parseUuid(schemeData.data)) || PsshAtomUtil.parseVersion(schemeData.data) != 1)
Looking at your log, looks like your api level is 22 (which isn't greater than 22.)
So, Ill try convert the cenc data to level 0 and see if that helps.
Can you try this version please:
https://drive.google.com/file/d/18aQuQRQ...sp=sharing