|
|
@ -18,11 +18,11 @@
|
|
|
|
enabled:: {
|
|
|
|
enabled:: {
|
|
|
|
downloader: true,
|
|
|
|
downloader: true,
|
|
|
|
restreamer: true,
|
|
|
|
restreamer: true,
|
|
|
|
backfiller: true,
|
|
|
|
backfiller: false,
|
|
|
|
cutter: true,
|
|
|
|
cutter: false,
|
|
|
|
sheetsync: false,
|
|
|
|
sheetsync: false,
|
|
|
|
thrimshim: true,
|
|
|
|
thrimshim: false,
|
|
|
|
segment_coverage: true,
|
|
|
|
segment_coverage: false,
|
|
|
|
playlist_manager: false,
|
|
|
|
playlist_manager: false,
|
|
|
|
nginx: true,
|
|
|
|
nginx: true,
|
|
|
|
postgres: false,
|
|
|
|
postgres: false,
|
|
|
@ -31,11 +31,11 @@
|
|
|
|
// Twitch channels to capture. The first one will be used as the default channel in the editor.
|
|
|
|
// Twitch channels to capture. The first one will be used as the default channel in the editor.
|
|
|
|
// Channels suffixed with a '!' are considered "important" and will be retried more aggressively
|
|
|
|
// Channels suffixed with a '!' are considered "important" and will be retried more aggressively
|
|
|
|
// and warned about if they're not currently streaming.
|
|
|
|
// and warned about if they're not currently streaming.
|
|
|
|
channels:: ["desertbus!", "db_chief", "db_high", "db_audio", "db_bus"],
|
|
|
|
channels:: [],
|
|
|
|
follow_games:: ["Crypt of the Necrodancer"],
|
|
|
|
follow_games:: ["Crypt of the Necrodancer"],
|
|
|
|
|
|
|
|
|
|
|
|
// Stream qualities to capture
|
|
|
|
// Stream qualities to capture
|
|
|
|
qualities:: ["source", "480p"],
|
|
|
|
qualities:: ["source"],
|
|
|
|
|
|
|
|
|
|
|
|
// Local path to save segments to. Full path must already exist. Cannot contain ':'.
|
|
|
|
// Local path to save segments to. Full path must already exist. Cannot contain ':'.
|
|
|
|
// On OSX you need to change this to /private/var/lib/wubloader
|
|
|
|
// On OSX you need to change this to /private/var/lib/wubloader
|
|
|
|