-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.sample.json
21 lines (17 loc) · 1.06 KB
/
config.sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"ffmpeg_bin": "ffmpeg",
"ffprobe_bin": "ffprobe",
"server_work_path": "/tmp/distrffmpeg_server",
"loglevel": "INFO",
"segment_frames": 600,
"keyint_min": 300,
"keyint_max": 900,
"job_max_retries": 3,
"workers": [
{"host": "192.168.1.100", "user": "linuxnerd", "work_path": "/tmp/distrffmpeg", "ffmpeg_bin": "ffmpeg", "platform": "Linux", "params": {"port": 2222}},
{"host": "192.168.1.200", "user": "myuser", "work_path": "/Users/MyUser/AppData/Local/Temp/distrffmpeg", "ffmpeg_bin": "ffmpeg", "platform": "Windows", "params": {}},
{"host": "bigserver.local", "user": "linuxnerd", "work_path": "/tmp/distrffmpeg", "ffmpeg_bin": "ffmpeg", "platform": "Linux", "params": {"timeout": 20}},
{"host": "bigserver.local", "user": "linuxnerd", "work_path": "/tmp/distrffmpeg", "ffmpeg_bin": "ffmpeg", "platform": "Linux", "params": {"timeout": 20}},
{"host": "bigserver.local", "user": "linuxnerd", "work_path": "/tmp/distrffmpeg", "ffmpeg_bin": "ffmpeg", "platform": "Linux", "params": {"timeout": 20}}
]
}