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
Post a Comment