Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadowghost/jellyfin-rffmpeg
Jellyfin Dockerimages with rffmpeg
https://github.com/shadowghost/jellyfin-rffmpeg
Last synced: 11 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T16:21:22.000Z (about 2 years ago)
- Last Synced: 2023-03-06T03:18:24.200Z (over 1 year ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Docker Pull Count](https://img.shields.io/docker/pulls/bitwrk/jellyfin-rffmpeg)](https://hub.docker.com/r/bitwrk/jellyfin-rffmpeg)
[![License](https://img.shields.io/github/license/Shadowghost/jellyfin-rffmpeg)](https://github.com/Shadowghost/jellyfin-rffmpeg/blob/master/LICENSE)
[![Issues](https://img.shields.io/github/issues/Shadowghost/jellyfin-rffmpeg)](https://github.com/Shadowghost/jellyfin-rffmpeg/issues)
[![Master Commit RSS Feed](https://img.shields.io/badge/rss-commits-ffa500?logo=rss)](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)!