Giter VIP home page Giter VIP logo

ffplayout-gui's Introduction

ffplayout-gui

Web-based graphical user interface for ffplayout.

ffplayout-gui

Warning: This GUI is not made with security in mind. It have some potential risks and should only be used in local environments.

The GUI uses CSS Grid, so it only works in modern Browsers, in Internet Explorer 11 for example it will not work.

Minimum Screen Resolution is 1920*1080.

In some parts, like list_op.php the code is a bit messy. I use here formating options for our file names.

Help in code inprovements are very welcome!

ffplayout and ffplayout-gui is only tested on linux. My setup runs on debian, so the instruction is made for it to.

For previewing the clips, they must have a format what video.js can read. I use here h264/aac/mp4.

Used Modules:

Installation:

  • ffplayout should be setup already
  • install a webserver with php support (Apache or nginx)
  • install srs or something similar for previewing your stream (example for srs you found in the wiki)
  • we need some visudo entries:
    • www-data ALL = NOPASSWD: /bin/systemctl start srs, /bin/systemctl stop srs, /bin/systemctl status srs
    • www-data ALL = NOPASSWD: /bin/systemctl start ffplayout, /bin/systemctl stop ffplayout, /bin/systemctl status ffplayout, /bin/journalctl -u ffplayout.service -n 1000
  • place ffplayout-gui in your www folder and make it reachable for your network
  • symlink your media folder to the root folder (the author from DirectoryLister don't recommend this way...):
    • ln -s /AtvMedia /var/www/ffplayout/
  • the ffplayout-gui need read access to /etc/ffplayout/ffplayout.conf
  • the gui needs also read access to the ffplayout log file
  • that's it

I hope the GUI is self explaining, when not I can write something to for it.

ffplayout-gui's People

Contributors

jb-alvarado avatar

Watchers

 avatar  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.