Giter VIP home page Giter VIP logo

mp-devourer's Introduction


enter image description here

MP-Devourer

MP-Devourer is the Magma Playout Ingest Server (view wikipedia pages below). Some of the ingest functions are

  • Analyze a directory and provide all video files to the playout
  • Transcode video files in directory
  • Generate Thumbnails
  • Provide clip information (video length, framerate, etc)

Getting Started

Get the code and compile the Netbeans Java project yourself

git clone https://github.com/cyberpunx/mp-devourer.git

-or-

Simply use the jar provided in /dist folder or download it from the releases section

Running

Execute in therminal

java -jar ingestserver.jar

alternatively you can do

java -jar ingestserver.jar > output.txt

in order to generate a text file with detailed output.

Important: Running the program for the first time will create a configuration file at:

~/.magma-playout/ingestserver.properties you HAVE to edit that file and manually input your ffmpeg and ffprobe paths. In order to get the paths you can execute:

whereis ffmpeg
whereis ffprobe

Usage

enter image description here

-Media Directory: Directory where you keep your video files.

-Run and Die: Analyzes the directory folder and close the program.

-Start Service: Directory polling. Not implemented yet.


Wikipedia: Video Server.

Wikipedia: Playout.

mp-devourer's People

Contributors

cyberpunx avatar rombusevil avatar

Stargazers

Luis Muñoz avatar

Watchers

James Cloos avatar  avatar  avatar Luis Muñoz avatar

mp-devourer's Issues

Encodear todo a un mismo framerate

Que no sea opcional.
Todo lo que pasa por el devourer se encodea a un mismo framerate.
Sacar el framerate del ConfigurationManager getMediasFPS()

Crear .mlt de los medias

En la BD guardar el path a los .mlt creados, no al video en sí mismo (melted no calcula el length en frames correctamente si no se appendea un .mlt)

Pasar config al mp-libconfig

Pasar las keys del Config.java al mp-libconfig así unificamos el archivo de config y el código que maneja las configs

info

Hi,

Need to know that it is only ingest server or can simultaneously playout video clips.

what are the system requirements to run the application.

Fahad

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.