#EXT-X-KEY:METHOD=AES-128,URI="https://someip.com/somefile.key",IV=0x00000000000000000000000000012345
"renojim" wrote:
I'm no expert, but I don't think AES-128 qualifies as DRM, so nothing goes in drmParams. For HLS, the key URI appears in the m3u8 playlist and is protected by cookies or some other method. The playlist entry would look something like this:#EXT-X-KEY:METHOD=AES-128,URI="https://someip.com/somefile.key",IV=0x00000000000000000000000000012345
Search the web for HLS and AES-128 for more information.
-JT
Hey @sudo97, sorry for coming back to this 6 years later, but did you manage to sort it out? I'm also trying to play AES-128 encrypted streams but still no success.