This is a A node server package which will convert the video into 6 (configurable) sec segments and encrypt it and binds it with the html video player.
Setup locally:
git clone https://github.com/stackosofficial/VideoEncryptionModule.git
cd VideoEncryptionModule
npm install
Run the tests locally using jest:
npm run test