forked from NOALBS/nginx-obs-automatic-low-bitrate-switching
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
37 lines (37 loc) · 1.13 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"obs": {
"ip": "localhost:4444",
"password": "password",
"normalScene": "Screen",
"offlineScene": "BRB",
"lowBitrateScene": "lowbitratedetected",
"refreshScene": "REFRESH",
"lowBitrateTrigger": 1000,
"highRttTrigger": 2500,
"refreshSceneInterval": 10000,
"requestMs": 2000,
"onlySwitchWhenStreaming": true
},
"rtmp": {
"server": "nginx",
"stats": "http://localhost/stat",
"application": "publish",
"key": "live"
},
"twitchChat": {
"channel": "715209",
"botUsername": "715209",
"oauth": "oauth:YOUR_OAUTH_HERE",
"enable": true,
"prefix": "!",
"enablePublicCommands": false,
"publicCommands": ["bitrate"],
"enableModCommands": false,
"modCommands": ["refresh", "fix", "trigger", "sourceinfo", "obsinfo"],
"enableAutoSwitchNotification": true,
"enableAutoStopStreamOnHostOrRaid": true,
"adminUsers": ["715209", "b3ck"],
"alias": [["r", "refresh"], ["f", "fix"], ["b", "bitrate"]]
},
"language": "en"
}