forked from Kurento/kurento-media-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kurento.conf.json
33 lines (33 loc) · 1.02 KB
/
kurento.conf.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
{
"mediaServer" : {
"resources": {
// //Resources usage limit for raising an exception when an object creation is attempted
// "exceptionLimit": "0.8",
// // Resources usage limit for restarting the server when no objects are alive
// "killLimit": "0.7",
// Garbage collector period in seconds
"garbageCollectorPeriod": 240,
// Whether to disable the RPC request cache, for memory constrained environments
"disableRequestCache": false
},
"net" : {
"websocket": {
"port": 8888,
//"secure": {
// "port": 8433,
// "certificate": "defaultCertificate.pem",
// "password": ""
//},
//"registrar": {
// "address": "ws://localhost:9090",
// "localAddress": "localhost"
//},
// Maximum queue length of pending connections (see sysctl tcp_max_syn_backlog)
// Default SOMAXCONN (128)
//"connqueue": 128,
"path": "kurento",
"threads": 10
}
}
}
}