Skip to content

vinitdave27/video-decryption-streaming-stack

Repository files navigation

video-decryption-streaming-stack

Sample Docker container stack to stream encrypted Twilio Video Compositions

Pre-requisites

  1. Generate a Public and Private Keys.
  2. Enable encryption of the Twilio Video Compositions via Twilio Console. You can follow the steps mentioned on Twilio Docs for Encrypting your Stored Media.
  3. Create data directory at the root of the project and then created a decrypted directory under the data directory.
    mkdir data
    cd data
    mkdir decrypted
  4. Create a keys directory at the root of the project
    mkdir keys
  5. Copy the private key of the Public-Private Key pair used to encrypt the video compositions in Twilio Console.

About

Sample Docker container stack to stream encrypted Twilio Video Compositions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors