Giter Club home page Giter Club logo

rffmpeg-worker's Introduction

rffmpeg-worker for jellyfin-rffmpeg

This container can be used for both dedicated boxes (or with rffmpeg-autoscaler) and Kubernetes!

Setup

  • The workers only need access to the following directories:
    • /config/cache (by default it's /cache unless you're using my Jellyfin image)
    • /config/transcodes
    • /config/data/subtitles

Kubernetes

On Kubernetes you can use OpenEBS to create RWX from RWO volume or Longhorn RWX volumes (NFSv4) and mount said paths to Jellyfin host and workers (must be exactly the same mount points!).

Here's a Helm chart repo with instuctions

Contributions

  • This project wouldn't be possible without panubo!

rffmpeg-worker's People

Contributors

aleksasiriski avatar helkaluin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rffmpeg-worker's Issues

Can only connect once

This is my docker config
image
When first start my jellyfin docker can connect to the worker docker, and trancscode is correct
When my jellyfin docker restart it can not connect, i have to restart my jellyfin docker and the worker docker

Add option to add ssh user to render group

Currently the SSH_USERS env var allows a pair of uid and gid, which in one of the common setups with Jellyfin and the whole *arr stack, would mean a Jelyfin uid, and a common gid shared among these media server applications. But doing so would mean that the jellyfin user within this Docker container can't access /dev/dri/render*.

One work around is to specify the render group's gid as the gid in SSH_USERS, but that feels dirty since render is a system group, and could potentially screw up permissions when it writes. It'll be great if the user can specify a gid for the render group when running this container instead, and the entrepoint.sh would have one groupadd line to add that in-container user to that gid.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.