-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
48 lines (48 loc) · 1.21 KB
/
config.example.json
File metadata and controls
48 lines (48 loc) · 1.21 KB
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
{
"twitch_api": {
"client_id": "",
"oauth_token": "",
"channel_name": "",
"client_secret": ""
},
"stream_settings": {
"stream_key": "",
"rtmp_url": "rtmp://live-fra.twitch.tv/app/{STREAM_KEY}"
},
"ffmpeg": {
"font_file": "",
"font_position": "bottom_center",
"font_size": 24,
"font_color": "#FFFFFF",
"box_color": "#000000",
"box_alpha": 0.5,
"encoder": "libx264",
"stream_mode": "transcode",
"video_bitrate": "6000k",
"audio_bitrate": "160k",
"preset": "veryfast",
"resolution": "1920x1080",
"framerate": "60"
},
"twitch_bot": {
"bot_nick": "",
"bot_token": "",
"channel_nick": "",
"bot_refresh_token": ""
},
"modules": {
"youtube": {
"enabled": false,
"client_id": "",
"client_secret": "",
"description_template": "Gespielt wird: {game}\n\n{title}",
"youtube_stream_key": "",
"live_wait_time": 10
},
"kick": {
"enabled": false,
"client_id": "",
"client_secret": ""
}
}
}