Coder Social home page Coder Social logo

simplevideo's Introduction

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.

simplevideo's People

Contributors

streamdotmy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.