mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 10:25:33 +00:00
Set nicer comments and defaults
This commit is contained in:
parent
7f6a519d1c
commit
773c5d032c
1 changed files with 7 additions and 4 deletions
|
|
@ -1,19 +1,21 @@
|
|||
---
|
||||
# Example configuration file for rffmpeg
|
||||
# Copy this sample to `/etc/rffmpeg/rffmpeg.yml and replace the various attributes
|
||||
# Copy this sample to /etc/rffmpeg/rffmpeg.yml and replace the various attributes
|
||||
# with the values for your environment. For more details please see the README.
|
||||
|
||||
rffmpeg:
|
||||
# rffmpeg state configuration - YOU SHOULD NOT ALTER THESE
|
||||
state:
|
||||
# Temporary directory to store state
|
||||
tempdir: "/run/shm/rffmpeg"
|
||||
|
||||
# Filename format for state instance files, usually instance_[pid].pid
|
||||
# Filename format for state instance files
|
||||
filename: "instance_{pid}.pid"
|
||||
|
||||
# Contents of the state instance file; usually just the active host
|
||||
# Contents of the state instance file
|
||||
contents: "{host}"
|
||||
|
||||
# Remote (SSH) configuration
|
||||
remote:
|
||||
# A YAML list of remote hosts to connect to
|
||||
hosts:
|
||||
|
|
@ -22,13 +24,14 @@ rffmpeg:
|
|||
# - gpu3
|
||||
|
||||
# The remote SSH user to connect as
|
||||
user: ffmpeg
|
||||
user: jellyfin
|
||||
|
||||
# A YAML list of additional SSH arguments (e.g. private keys),
|
||||
# one line per space-separated argument element.
|
||||
args:
|
||||
- ""
|
||||
|
||||
# Remote command configuration
|
||||
commands:
|
||||
# A YAML list of prefixes to the ffmpeg command (e.g. sudo, nice, etc.),
|
||||
# one line per space-separated command element.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue