-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config-voorbeeld.json
103 lines (102 loc) · 2.4 KB
/
config-voorbeeld.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"INFORMATIE": "pas in deze config de gegevens aan die voor jouw gelden vergeet niet je Oauth token in de .env te zetten",
"user": {
"id": null,
"name": "gewoonboyke",
"passwordHash": null
},
"switcher": {
"bitrateSwitcherEnabled": true,
"onlySwitchWhenStreaming": true,
"instantlySwitchOnRecover": true,
"autoSwitchNotification": true,
"retryAttempts": 5,
"triggers": {
"low": 100,
"rtt": 2500,
"offline": null
},
"switchingScenes": {
"normal": "IRL",
"low": "storing",
"offline": "storing"
},
"streamServers": [
{
"streamServer": {
"type": "Nginx",
"statsUrl": "http://GEBRUIKERSNAAM:WACHTWOORD@IPofURL:POORT/stat",
"application": "HIER JE STREAM NAAM",
"key": "HIER JE STREAM KEY"
},
"name": "nginx",
"priority": 1,
"overrideScenes": {
"normal": "IRL",
"low": "storing",
"offline": "storing"
},
"dependsOn": null,
"enabled": true
}
]
},
"software": {
"type": "Obs",
"host": "localhost",
"password": "WEBSOCKET WACHTWOORD",
"port": 4444
},
"chat": {
"platform": "Twitch",
"username": "HIER DE BOT USERNAME ID",
"admins": [
"92060355",
"b3ck"
],
"prefix": "!",
"enablePublicCommands": false,
"enableModCommands": true,
"enableAutoStopStreamOnHostOrRaid": true,
"commands": {
"Fix": {
"permission": "Mod",
"alias": [
"f"
]
},
"Switch": {
"permission": "Mod",
"alias": [
"ss"
]
},
"Bitrate": {
"permission": "Mod",
"alias": [
"b"
]
},
"Sourceinfo": {
"permission": "Mod",
"alias": [
"bsi"
]
}
}
},
"optionalScenes": {
"starting": null,
"ending": null,
"privacy": "privacy",
"refresh": null
},
"optionalOptions": {
"twitchTranscodingCheck": false,
"twitchTranscodingRetries": 5,
"twitchTranscodingDelaySeconds": 15,
"offlineTimeout": null,
"recordWhileStreaming": false
},
"language": "en"
}