Implement configuration management for multi-streamer support and update .gitignore
This commit is contained in:
parent
dd8abf03d3
commit
7f8b3d1bf9
6 changed files with 655 additions and 77 deletions
28
config/global.json.example
Normal file
28
config/global.json.example
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"$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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue