-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathservice.json
56 lines (46 loc) · 809 Bytes
/
service.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
{
"notifications": [],
"webToken": {
"version": 1,
"app_id": 6287487
},
"webTokenRefreshTimeout": 300000,
"ffmpeg": {
"win32_x64": "https://raw.githubusercontent.com/PurpleHorrorRus/Meridius/master/ffmpeg_win32_x64.zip"
},
"config": {
"updateInterval": 600000,
"latestSaveInterval": 10000,
"rewind": 5,
"history": 30,
"hls": {
"maxBufferSize": 1024000000,
"maxBufferLength": 60,
"maxMaxBufferLength": 1e500,
"enableWorker": false,
"defaultAudioCodec": "mp4a.40.5"
},
"leftContainer": {
"max": 320,
"min": 160
},
"rightContainer": {
"max": 320,
"min": 160
},
"zoom": {
"min": 50,
"max": 200,
"step": 25
},
"volumeDivider": {
"max": 20,
"step": 0.25
},
"crossfade": {
"min": 2,
"max": 16,
"step": 1
}
}
}