Add support for live chat downloading and VOD timeout configuration
This commit is contained in:
parent
80255b2012
commit
07856196dd
2 changed files with 284 additions and 8 deletions
|
|
@ -29,7 +29,13 @@
|
|||
"_downloadVOD_comment": "0 = disable, 1 = enable VOD downloading after stream finished",
|
||||
|
||||
"downloadCHAT": 1,
|
||||
"_downloadCHAT_comment": "0 = disable, 1 = enable chat downloading and rendering",
|
||||
"_downloadCHAT_comment": "0 = disable, 1 = enable chat downloading and rendering from VOD (after stream ends)",
|
||||
|
||||
"downloadLiveCHAT": 1,
|
||||
"_downloadLiveCHAT_comment": "0 = disable, 1 = enable downloading chat during live stream (useful if VODs are disabled)",
|
||||
|
||||
"vodTimeout": 300,
|
||||
"_vodTimeout_comment": "Seconds to wait for VOD to appear after stream ends (set to 0 to skip VOD check entirely, useful if streamer has VODs disabled)",
|
||||
|
||||
"uploadCloud": 1,
|
||||
"_uploadCloud_comment": "0 = disable, 1 = enable upload to remote cloud",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue