-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathwebstreamer_config.json
More file actions
37 lines (37 loc) · 923 Bytes
/
webstreamer_config.json
File metadata and controls
37 lines (37 loc) · 923 Bytes
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
{
"webServer": {
"port": 8000,
"rootDir": "client/dist"
},
"codecs": {
"h264": {
"enabled": true,
"displayModes": [
{
"width": 1280,
"height": 720,
"framerate": 30,
"bitrate": 6000
},
{
"width": 854,
"height": 480,
"framerate": 30,
"bitrate": 6000
},
{
"width": 640,
"height": 360,
"framerate": 30,
"bitrate": 6000
},
{
"width": 426,
"height": 240,
"framerate": 30,
"bitrate": 6000
}
]
}
}
}