https://github.com/shadowghost/jellyfin-rffmpeg
Jellyfin Dockerimages with rffmpeg
https://github.com/shadowghost/jellyfin-rffmpeg
Last synced: about 1 year ago
JSON representation
Jellyfin Dockerimages with rffmpeg
- Host: GitHub
- URL: https://github.com/shadowghost/jellyfin-rffmpeg
- Owner: Shadowghost
- License: gpl-2.0
- Created: 2020-07-14T13:27:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T16:21:22.000Z (over 3 years ago)
- Last Synced: 2025-03-20T22:52:52.522Z (about 1 year ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 23
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://hub.docker.com/r/bitwrk/jellyfin-rffmpeg)
[](https://github.com/Shadowghost/jellyfin-rffmpeg/blob/master/LICENSE)
[](https://github.com/Shadowghost/jellyfin-rffmpeg/issues)
[](https://github.com/Shadowghost/jellyfin-rffmpeg/commits/master.atom)
## Jellyfin with rFFmpeg
This images extend the official [Jellyfin](https://jellyfin.org) [docker images](https://hub.docker.com/r/jellyfin/jellyfin) with [rFFmpeg](https://github.com/joshuaboniface/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
```
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](https://github.com/joshuaboniface/rffmpeg)!