[FEAT] Add Support for Remote Cache/Transcoding Directories Without Direct Mounting #963
Closed
1 task done
Labels
enhancement
New feature or request
Is this a new feature request?
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
The text was updated successfully, but these errors were encountered: