Simple Video is a automated H264 encryption system built on Lumen Laravel Framework
- FFMpeg that support filter_complex ( eg for W10 - https://www.gyan.dev/ffmpeg/builds/ )
- FFMpeg with H264 and AAC ( make sure FFMPEG is on system environment $PATH)
- PHP 8
- MySQL DB
- Laragon ( on Windows )
- Encrypted HLS output with rotating keys
- Git clone this project
- composer update
- create a database in MySQL
- copy env.example to .env and change database parameters in .env
- change QUEUE=sync to QUEUE=database in .env file
- run "php artisan migrate" in console
- create folder videos in public folder
- run "php artisan queue:listen --queue=video --timeout=0" ( use laragon terminal 1 )
- run "php artisan queue:listen --queue=key --timeout=0" ( use laragon terminal 2 )
- run "php artisan queue:listen --queue=record --timeout=0" ( use laragon terminal 3 )
- Make sure to edit you web server / php settings to allow large file upload
- Point App/public as yout web server document root
Simple Video is open-sourced software licensed under the MIT license.