Installation

The installation process can be done effortlessly since all services are dockerized and can be run by Docker-Compose in one single command. I' ve created a wizard to make generating Docker-Compose file easy.

  • Open a terminal from the location where the generated docker-compose.yml file is located.

  • Run 'docker-compose up' command to start Feniks.

  • Open your browser and navigate to 'http://localhost:8080' after all service is initialized.

Runs natively on Linux. Windows and macOS are currently not supported. It was tested on X86 CPUs, Nvidia GPUs(both hardware encoding and decoding), Raspberry PI 4 and Nvidia Jetson Nano.

Last updated