Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Add Support for Remote Cache/Transcoding Directories Without Direct Mounting #963

Closed
1 task done
pinchiguillo opened this issue Oct 4, 2024 · 1 comment
Closed
1 task done
Labels
enhancement New feature or request

Comments

@pinchiguillo
Copy link

Is this a new feature request?

  • I have searched the existing issues

Name of mod

jellyfin-rffmpeg

Wanted change

I am currently setting up rffmpeg with Jellyfin in a Docker environment, and I encountered a limitation that could be addressed to improve the flexibility of remote transcoding setups.

The issue arises when the rffmpeg transcode server is located on a separate machine, which makes it impossible to mount the server directory directly into the Jellyfin container. For Jellyfin and rffmpeg to work properly in this scenario, both systems need to share access to certain directories, such as the /cache directory used by Jellyfin.

However, the current system seems to rely on direct mounting of remote directories (via Docker volumes), which can be challenging when dealing with remote servers.

Reason for change

It would be great if Jellyfin, in conjunction with rffmpeg, could support remote cache and transcoding directories without requiring direct mounting. Instead, implementing a networked solution (such as NFS, SMB, or other network file systems) natively within the container would allow users to configure Jellyfin and rffmpeg on separate machines more easily.

Proposed code change

No response

@pinchiguillo pinchiguillo added the enhancement New feature or request label Oct 4, 2024
@aptalca
Copy link
Member

aptalca commented Oct 4, 2024

The readme talks about it and links to a setup guide the upstream author maintains.

This mod is meant for remote server use. What you're trying to accomplish is already how it's meant to work.

@aptalca aptalca closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants