Sample Docker container stack to stream encrypted Twilio Video Compositions
- Generate a Public and Private Keys.
- Enable encryption of the Twilio Video Compositions via Twilio Console. You can follow the steps mentioned on Twilio Docs for Encrypting your Stored Media.
- 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
- Create a keys directory at the root of the project
mkdir keys
- Copy the private key of the Public-Private Key pair used to encrypt the video compositions in Twilio Console.