Skip to content

Laravel/Lumen Video Management System

Notifications You must be signed in to change notification settings

linhpn96/simplevideo

 
 

Repository files navigation

Simple Video Management System

Simple Video is a automated H264 encryption system built on Lumen Laravel Framework

Installation Video

https://youtu.be/96i6z2hhgdk

Requirements

  1. FFMpeg that support filter_complex ( eg for W10 - https://www.gyan.dev/ffmpeg/builds/ )
  2. FFMpeg with H264 and AAC ( make sure FFMPEG is on system environment $PATH)
  3. PHP 8
  4. MySQL DB
  5. Laragon ( on Windows )

Features

  1. Encrypted HLS output with rotating keys

Installation

  1. Git clone this project
  2. composer update
  3. create a database in MySQL
  4. copy env.example to .env and change database parameters in .env
  5. change QUEUE=sync to QUEUE=database in .env file
  6. run "php artisan migrate" in console
  7. create folder videos in public folder
  8. run "php artisan queue:listen --queue=video --timeout=0" ( use laragon terminal 1 )
  9. run "php artisan queue:listen --queue=key --timeout=0" ( use laragon terminal 2 )
  10. run "php artisan queue:listen --queue=record --timeout=0" ( use laragon terminal 3 )
  11. Make sure to edit you web server / php settings to allow large file upload
  12. Point App/public as yout web server document root

License

Simple Video is open-sourced software licensed under the MIT license.

About

Laravel/Lumen Video Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 41.7%
  • JavaScript 36.9%
  • Blade 18.2%
  • CSS 2.9%
  • Shell 0.3%