android - Playing AES-encrypted HLS streams using separate AES key -


i have aes-encrypted hls stream passing android's mediaplayer. normally, aes key passed in part of stream (using #ext-x-key). however, client wants provide key separately. possible pass aes key mediaplayer separately, or need implement own version of mediaplayer in order accomplish this?

as states in spec

uri

the value quoted-string containing uri specifies how obtain key. attribute required unless method none.

you key externally , have echo server takes key in base64 return decoded key.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -