mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-07-18 00:45:53 +00:00
Add blurb about paths in Docker
This commit is contained in:
parent
b8b62d3865
commit
6458bc85b7
2 changed files with 6 additions and 3 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
1. Profit!
|
||||
|
||||
For a comprehensive installation tutorial based on a reference setup, please see [the SETUP guide](SETUP.md).
|
||||
`rffmpeg` does require a little bit more configuration to work properly however. For a comprehensive installation tutorial based on a reference setup, please see [the SETUP guide](SETUP.md).
|
||||
|
||||
## Important Considerations
|
||||
|
||||
|
|
|
|||
7
SETUP.md
7
SETUP.md
|
|
@ -28,10 +28,13 @@ This guide is provided as a basic starting point - there are myriad possible com
|
|||
|
||||
The important subdirectories for `rffmpeg`'s operation are:
|
||||
|
||||
* `transcodes/`: used to store on-the-fly transcoding files, and configurable separately in Jellyfin but with `rffmpeg` I recommend leaving it at the default location under the data path.
|
||||
* `data/subtitles/`: used to store on-the-fly extracted subtitles so that they can be reused later.
|
||||
* `transcodes/`: Used to store on-the-fly transcoding files, and configurable separately in Jellyfin but with `rffmpeg` I recommend leaving it at the default location under the data path.
|
||||
* `data/subtitles/`: Used to store on-the-fly extracted subtitles so that they can be reused later.
|
||||
* `cache/`: Used to store cached extracted data.
|
||||
* `.ssh/`: This doesn't exist yet but will after the next step.
|
||||
|
||||
**NOTE:** On Docker, these directories are different. The main data directory (our `jellyfin_data_path`) is `/config`, and the cache directory is separate at `/cache`. Both must be exported and mounted on targets for proper operation.
|
||||
|
||||
1. Create an SSH keypair to use for `rffmpeg`'s login to the remote server. For ease of use with the following steps, use the Jellyfin service user (`jellyfin`) to create the keypair and store it under its home directory (the Jellyfin data path above). I use `rsa` here but you can substitute `ed25519` instead (avoid `dsa` and `ecdsa` for reasons I won't get into here). Once done, copy the public key to `authorized_keys` which will be used to authenticate the key later.
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue