# HLS Encryption Module

## How to add to Wowza
- cd into the src directory of the project
- run the command jar cvf [module-name].jar [folder-name]
    So if the first folder in the src directory is a folder named "com" and we want to produce a module named "test.jar"
    we would run the command "jar cvf test.jar com".

- cp the produced jar in the WowzaStreamingEngine installation's lib directory
- Alternatively, cp the jar from the build directory in the WowzaStreamingEngine installation's lib directory