Installation
Last updated
Last updated
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.
Install Docker on your system: https://docs.docker.com/get-docker/
Install Docker Compose: https://docs.docker.com/compose/install/
Create docker-compose.yml file by using the wizard
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.