Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Separate segment and encrypt steps for Adobe HDS

Tags:

Adobe HTTP Dynamic Streaming (HDS)'s File Packager supports segmenting and encrypting video files with one command.

However, we have a workflow need whereby we perform additional processing steps on segmented files before we encrypt those files.

With HLS (HTTP Live Streaming), this is easy to do as the encryption step uses AES-128 encryption, which is open and widely implemented.

Is this possible with HDS? It does not seem possible based on brief reading of the page, but there may be additional knowledge out there that proves me wrong.

like image 955
Jason Shah Avatar asked Jul 09 '12 16:07

Jason Shah


1 Answers

I would contact Adobe and ask them about the processing you want to perform after segmenting, but before encryption. Adobe Flash Acces has multiple levels of encryption, so it may be possible, if you can do the job with partial encryption. Here is a document about Adobe Access Server - http://www.adobe.com/support/adobeaccess/pdfs/server/AdobeAccess_4_ProtectingContent.pdf.

like image 152
Tim Avatar answered Oct 13 '22 01:10

Tim