openvidu-server: Add new transcoding properties to META-INF

pull/567/head
cruizba 2020-11-20 16:11:52 +01:00
parent fa7f9c3960
commit 5b2588b050
1 changed files with 12 additions and 0 deletions

View File

@ -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",