/ffplayout-installer

Standalone installer for the ffplayout app collection

Primary LanguageShellGNU General Public License v3.0GPL-3.0

ffplayout-installer

The installer is now obsolet, use the released *.deb version, it contain everything.
The only differences is, that nginx will not be install, and the installation of an rtmp server and ffmpeg is up to you.

Standalone installer for the ffplayout app collection.

It is recommend to run this script in a fresh and clean environment, without other programs running on that machine!

Run install.sh as root for full installation.

RHEL based systems and Fedora can work, but is not widely tested.

The recommend system is Debian 11.

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] \
    --ffmpeg=[c/i/n] \
    --srs=[y/n] \
    --user=[username] \
    --password=[password] \
    --mail=[mail] \

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