28 lines
659 B
JSON
28 lines
659 B
JSON
{
|
|
"$schema": "./global.schema.json",
|
|
"quality": "best",
|
|
"root_path": "archive",
|
|
"rclone_path": "remote:path/to/streams",
|
|
"refresh": 60.0,
|
|
"notifications": 0,
|
|
"downloadMETADATA": 1,
|
|
"downloadVOD": 1,
|
|
"downloadCHAT": 1,
|
|
"downloadLiveCHAT": 1,
|
|
"vodTimeout": 300,
|
|
"uploadCloud": 1,
|
|
"deleteFiles": 0,
|
|
"onlyRaw": 0,
|
|
"cleanRaw": 1,
|
|
"hls_segments": 3,
|
|
"hls_segmentsVOD": 10,
|
|
"streamlink_ttvlol": 0,
|
|
"ffmpeg_hwaccel": "auto",
|
|
"ffmpeg_threads": 0,
|
|
"ffmpeg_audio_codec": "aac",
|
|
"ffmpeg_audio_samplerate": 48000,
|
|
"ffmpeg_audio_bitrate": "192k",
|
|
"ffmpeg_error_recovery": 1,
|
|
"ffmpeg_faststart": 1,
|
|
"ffmpeg_progress": 0
|
|
}
|