mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 02:24:03 +00:00
Remove reference to transcode directory
This commit is contained in:
parent
775d2009c4
commit
47ac42c45a
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ This example setup is the one I use for `rffmpeg`, involving a media server (`jf
|
|||
|
||||
1. Mount the media server NFS data share at the same directory on the transcode server: `echo 'jf1:/var/lib/jellyfin /var/lib/jellyfin nfs defaults,vers=3,sync 0 0' | sudo tee -a /etc/fstab && sudo mount -a`
|
||||
|
||||
1. Mount your media directory on the transcode server at the same location as on the media server and using the same method; if your media is local to the media server, export it with NFS similarly to the transcode directory.
|
||||
1. Mount your media directory on the transcode server at the same location as on the media server and using the same method; if your media is local to the media server, export it with NFS similarly to the data directory.
|
||||
|
||||
1. On the media server, attempt to SSH to the transcode server as the `jellyfin` user using the key from step 2; this both tests the connection as well as saves the transcode server SSH host key locally: `sudo -u jellyfin ssh -i /var/lib/jellyfin/.ssh/id_rsa jellyfin@gpu1`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue