From 5b2588b05074702f39117d659258d73244f62738 Mon Sep 17 00:00:00 2001 From: cruizba Date: Fri, 20 Nov 2020 16:11:52 +0100 Subject: [PATCH] openvidu-server: Add new transcoding properties to META-INF --- .../additional-spring-configuration-metadata.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/openvidu-server/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/openvidu-server/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 6be8652a..e20f2b92 100644 --- a/openvidu-server/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/openvidu-server/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -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",