630abfe474
A new setting has been added to change the address and port that the RTMP server listens on. `RtmpListenAddress` in the settings json and `-r` on the command line. Both options use the same format: `host:port`.
25 lines
536 B
JSON
25 lines
536 B
JSON
{
|
|
"AdminPassword": "",
|
|
"ApprovedEmotes": null,
|
|
"Bans": [],
|
|
"LetThemLurk": false,
|
|
"ListenAddress": ":8089",
|
|
"LogFile": "thelog.log",
|
|
"LogLevel": "debug",
|
|
"MaxMessageCount": 300,
|
|
"NoCache": false,
|
|
"PageTitle": "Movie Night",
|
|
"RateLimitAuth": 5,
|
|
"RateLimitChat": 1,
|
|
"RateLimitColor": 60,
|
|
"RateLimitDuplicate": 30,
|
|
"RateLimitNick": 300,
|
|
"RegenAdminPass": true,
|
|
"RtmpListenAddress": ":1935",
|
|
"StreamKey": "ALongStreamKey",
|
|
"TitleLength": 50,
|
|
"TwitchClientID": "",
|
|
"TwitchClientSecret": "",
|
|
"WrappedEmotesOnly": false
|
|
}
|