Skip to content

parkerbrother1/ffplayout-installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffplayout-installer

Standalone installer for the ffplayout app collection

Run install.sh as root for full installation.

A debian based system is recommend.

CentOS 8+ and Fedora can work, but is not widely tested. If you really need it, you have to apply SeLinux rules. For that you have selinux.sh, check this script carefully if the rules a ok for you.

The most tested system is Debian 10.

If you prefer a dockerized version of ffplayout, checkout ffplayout-docker

Automated Installation

There is also a automated installation mode, where you can pass all values as an argument:

./install.sh \
    --domain=[domain name or IP] \
    --nginx=[y/n] \
    --https=[y/n] \
    --ffmpeg=[y/n] \
    --srs=[y/n] \
    --media=[path] \
    --playlist=[path] \
    --channels=[y/n] \
    --master=[y/n] \
    --user=[username] \
    --password=[password] \
    --update

Run ./install.sh --help for more information.

About

Standalone installer for the ffplayout app collection

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%