Jellyfin Dockerimages with rffmpeg
Go to file
Shadowghost c59d1cece7
Merge pull request #5 from Sim0nW0lf/master
fix small mistakes
2022-10-05 18:21:22 +02:00
hooks Fix rffmpeg install 2020-07-29 21:41:34 +02:00
Dockerfile.amd64 change owner from "jellyfin" to "root" 2022-10-05 16:59:43 +02:00
Dockerfile.arm change owner from "jellyfin" to "root" 2022-10-05 16:59:43 +02:00
Dockerfile.arm64 change owner from "jellyfin" to "root" 2022-10-05 16:59:43 +02:00
Dockerfile.unstable.amd64 change owner from "jellyfin" to "root" 2022-10-05 16:59:43 +02:00
Dockerfile.unstable.arm change owner from "jellyfin" to "root" 2022-10-05 16:59:43 +02:00
Dockerfile.unstable.arm64 change owner from "jellyfin" to "root" 2022-10-05 16:59:43 +02:00
LICENSE Initial commit 2020-07-14 15:27:46 +02:00
README.md Update Docker images and readme 2022-07-24 17:16:38 -04:00
multi-arch-manifest-unstable.yaml Own manifests for stable and unstable 2020-07-24 10:52:02 +02:00
multi-arch-manifest.yaml Own manifests for stable and unstable 2020-07-24 10:52:02 +02:00

README.md

Docker Pull Count

License Issues Master Commit RSS Feed

Jellyfin with rFFmpeg

This images extend the official Jellyfin docker images with rFFmpeg support.

The rFFmpeg binary is located at /usr/local/bin/rffmpeg and accessible to Jellyfin as /usr/local/bin/ffmpeg.

The stock configuration should work for most users, but you can overwrite the default configuration by mounting an alternative one to /etc/rffmpeg/rffmpeg.yml.

To execute rffmpeg commands against the container, for instance to add hosts or view status, use:

docker exec -it jellyfin rffmpeg <command>

Be sure to run rffmpeg init and rffmpeg add first before using it.

For more information on rFFmpeg and configuration instructions take a look at the project's repository!