If I use AVAssetDownloadTask
to download an encrypted audio-only HLS stream, is it possible to get access to the raw audio data, for the purposes of integrating with AVAudioEngine
, AVAudioPlayerNode
, and associated effects? If so, what's the process like for doing that? e.g. could I use an AES library like RNCryptor to decrypt the media?
Thanks!