Update Kurento to 7.3.0

v2
pabloFuente 2025-12-02 11:22:19 +01:00
parent aa54c5e0e4
commit e3050f35ea
12 changed files with 13 additions and 13 deletions

View File

@ -24,7 +24,7 @@ on:
KURENTO_MEDIA_SERVER_IMAGE:
description: "Docker image of kurento-media-server"
required: true
default: "kurento/kurento-media-server:7.2.0"
default: "kurento/kurento-media-server:7.3.0"
DOCKER_RECORDING_VERSION:
description: "Force version of openvidu/openvidu-recording container"
required: true
@ -52,7 +52,7 @@ jobs:
env:
TEST_IMAGE: ${{ inputs.TEST_IMAGE || 'openvidu/openvidu-test-e2e:24.04' }}
KURENTO_SNAPSHOTS_URL: ${{ secrets.KURENTO_SNAPSHOTS_URL }}
KURENTO_MEDIA_SERVER_IMAGE: ${{ inputs.KURENTO_MEDIA_SERVER_IMAGE || 'kurento/kurento-media-server:7.2.0' }}
KURENTO_MEDIA_SERVER_IMAGE: ${{ inputs.KURENTO_MEDIA_SERVER_IMAGE || 'kurento/kurento-media-server:7.3.0' }}
KURENTO_JAVA_COMMIT: ${{ inputs.KURENTO_JAVA_COMMIT || 'default' }}
DOCKER_RECORDING_VERSION: ${{ inputs.DOCKER_RECORDING_VERSION || 'default' }}
CHROME_VERSION: ${{ inputs.CHROME_VERSION || 'latest' }}

View File

@ -176,7 +176,7 @@ OPENVIDU_CDR_PATH=/opt/openvidu/cdr
# --------------------------
# Docker hub kurento media server: https://hub.docker.com/r/kurento/kurento-media-server
# Uncomment the next line and define this variable with KMS image that you want use
# KMS_IMAGE=kurento/kurento-media-server:7.2.0
# KMS_IMAGE=kurento/kurento-media-server:7.3.0
# Kurento Media Server Level logs
# -------------------------------

View File

@ -45,7 +45,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
kms:
image: ${KMS_IMAGE:-kurento/kurento-media-server:7.2.0}
image: ${KMS_IMAGE:-kurento/kurento-media-server:7.3.0}
restart: always
network_mode: host
ulimits:

View File

@ -319,7 +319,7 @@ OPENVIDU_CDR_PATH=/opt/openvidu/cdr
# Uncomment the next line and define this variable with KMS image that you want use
# By default, KMS_IMAGE is defined in media nodes and it does not need to be specified unless
# you want to use a specific version of KMS
# KMS_IMAGE=kurento/kurento-media-server:6.18.0
# KMS_IMAGE=kurento/kurento-media-server:7.3.0
# Uncomment the next line and define this variable to change
# the verbosity level of the logs of KMS

View File

@ -137,7 +137,7 @@ services:
hard: 65536
environment:
- MEDIA_NODE_CONTROLLER_RECORDINGS_PATH=/opt/openvidu/mncontroller/recordings
- KMS_IMAGE=kurento/kurento-media-server:7.2.0
- KMS_IMAGE=kurento/kurento-media-server:7.3.0
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.31.0
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.12.1
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.12.1

View File

@ -379,7 +379,7 @@ ELASTICSEARCH_PASSWORD=
# Uncomment the next line and define this variable with KMS image that you want use
# By default, KMS_IMAGE is defined in media nodes and it does not need to be specified unless
# you want to use a specific version of KMS
# KMS_IMAGE=kurento/kurento-media-server:7.2.0
# KMS_IMAGE=kurento/kurento-media-server:7.3.0
# Uncomment the next line and define this variable to change
# the verbosity level of the logs of KMS

View File

@ -25,7 +25,7 @@ services:
hard: 65536
entrypoint: ['/bin/sh', '-c', '/beats/copy_config_files.sh && /usr/local/bin/entrypoint.sh']
environment:
- KMS_IMAGE=kurento/kurento-media-server:7.2.0
- KMS_IMAGE=kurento/kurento-media-server:7.3.0
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.31.0
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.12.1
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.12.1

View File

@ -332,7 +332,7 @@ ELASTICSEARCH_PASSWORD=
# Uncomment the next line and define this variable with KMS image that you want use
# By default, KMS_IMAGE is defined in media nodes and it does not need to be specified unless
# you want to use a specific version of KMS
# KMS_IMAGE=kurento/kurento-media-server:7.2.0
# KMS_IMAGE=kurento/kurento-media-server:7.3.0
# Uncomment the next line and define this variable to change
# the verbosity level of the logs of KMS

View File

@ -160,7 +160,7 @@ services:
hard: 65536
environment:
- MEDIA_NODE_CONTROLLER_RECORDINGS_PATH=/opt/openvidu/mncontroller/recordings
- KMS_IMAGE=kurento/kurento-media-server:7.2.0
- KMS_IMAGE=kurento/kurento-media-server:7.3.0
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.31.0
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.12.1
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.12.1

View File

@ -375,7 +375,7 @@ ELASTICSEARCH_PASSWORD=
# Uncomment the next line and define this variable with KMS image that you want use
# By default, KMS_IMAGE is defined in media nodes and it does not need to be specified unless
# you want to use a specific version of KMS
# KMS_IMAGE=kurento/kurento-media-server:7.2.0
# KMS_IMAGE=kurento/kurento-media-server:7.3.0
# Uncomment the next line and define this variable to change
# the verbosity level of the logs of KMS

View File

@ -7,7 +7,7 @@ RUN apt update && apt -y upgrade && \
rm -rf /var/lib/apt/lists/*
# Install Kurento Media Server (KMS)
RUN echo "deb [arch=amd64] http://ubuntu.openvidu.io/7.2.0 noble main" | tee /etc/apt/sources.list.d/kurento.list && \
RUN echo "deb [arch=amd64] http://ubuntu.openvidu.io/7.3.0 noble main" | tee /etc/apt/sources.list.d/kurento.list && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 234821A61B67740F89BFD669FC8A16625AFA7A83 && \
apt update && \
apt -y install kurento-media-server && \

View File

@ -89,7 +89,7 @@ public class OpenViduTestE2e {
// Media server variables
final protected static String KURENTO_IMAGE = "kurento/kurento-media-server";
final protected static String MEDIASOUP_IMAGE = "openvidu/mediasoup-controller";
protected static String MEDIA_SERVER_IMAGE = KURENTO_IMAGE + ":7.2.0";
protected static String MEDIA_SERVER_IMAGE = KURENTO_IMAGE + ":7.3.0";
final protected String DEFAULT_JSON_SESSION = "{'id':'STR','object':'session','sessionId':'STR','createdAt':0,'mediaMode':'STR','recordingMode':'STR','defaultRecordingProperties':{'hasVideo':true,'frameRate':25,'hasAudio':true,'shmSize':536870912,'name':'','outputMode':'COMPOSED','resolution':'1280x720','recordingLayout':'BEST_FIT'},'customSessionId':'STR','connections':{'numberOfElements':0,'content':[]},'recording':false,'broadcasting':false,'forcedVideoCodec':'STR','allowTranscoding':false}";
final protected String DEFAULT_JSON_PENDING_CONNECTION = "{'id':'STR','object':'connection','type':'WEBRTC','status':'pending','connectionId':'STR','sessionId':'STR','createdAt':0,'activeAt':null,'location':null,'ip':null,'platform':null,'token':'STR','serverData':'STR','record':true,'role':'STR','kurentoOptions':null,'rtspUri':null,'adaptativeBitrate':null,'onlyPlayWithSubscribers':null,'networkCache':null,'clientData':null,'publishers':null,'subscribers':null, 'customIceServers':[]}";