mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: Add new transcoding properties to META-INF
parent
fa7f9c3960
commit
5b2588b050
|
@ -159,6 +159,18 @@
|
|||
"description": "Minimum time in seconds that a non active session must have been in existence for the garbage collector of non active sessions to remove it. Default to 3600s (1 hour). If non active sessions garbage collector is disabled (property 'OPENVIDU_SESSIONS_GARBAGE_INTERVAL' to 0) this property is ignored",
|
||||
"defaultValue": 3600
|
||||
},
|
||||
{
|
||||
"name": "OPENVIDU_FORCED_CODEC",
|
||||
"type": "java.lang.Integer",
|
||||
"description": "Defines which video codec is being forced to be used in the browser/client",
|
||||
"defaultValue": 900
|
||||
},
|
||||
{
|
||||
"name": "OPENVIDU_ALLOW_TRANSCODING",
|
||||
"type": "java.lang.Integer",
|
||||
"description": "Defines if transcoding is allowed or not when OPENVIDU_FORCED_CODEC is not a compatible codec with the browser/client.",
|
||||
"defaultValue": 3600
|
||||
},
|
||||
{
|
||||
"name": "COTURN_IP",
|
||||
"type": "java.lang.String",
|
||||
|
|
Loading…
Reference in New Issue