mirror of https://github.com/OpenVidu/openvidu.git
KMS 6.16.0
parent
b4efa38e36
commit
482ecf8b7f
|
@ -174,7 +174,7 @@ OPENVIDU_CDR_PATH=/opt/openvidu/cdr
|
||||||
# --------------------------
|
# --------------------------
|
||||||
# Docker hub kurento media server: https://hub.docker.com/r/kurento/kurento-media-server
|
# 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
|
# Uncomment the next line and define this variable with KMS image that you want use
|
||||||
# KMS_IMAGE=kurento/kurento-media-server:6.15.0
|
# KMS_IMAGE=kurento/kurento-media-server:6.16.0
|
||||||
|
|
||||||
# Kurento Media Server Level logs
|
# Kurento Media Server Level logs
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
|
@ -45,7 +45,7 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
kms:
|
kms:
|
||||||
image: ${KMS_IMAGE:-kurento/kurento-media-server:6.15.0}
|
image: ${KMS_IMAGE:-kurento/kurento-media-server:6.16.0}
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
ulimits:
|
ulimits:
|
||||||
|
|
|
@ -324,7 +324,7 @@ ELASTICSEARCH_PASSWORD=
|
||||||
# Uncomment the next line and define this variable with KMS image that you want use
|
# 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
|
# 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
|
# you want to use a specific version of KMS
|
||||||
# KMS_IMAGE=kurento/kurento-media-server:6.15.0
|
# KMS_IMAGE=kurento/kurento-media-server:6.16.0
|
||||||
|
|
||||||
# Uncomment the next line and define this variable to change
|
# Uncomment the next line and define this variable to change
|
||||||
# the verbosity level of the logs of KMS
|
# the verbosity level of the logs of KMS
|
||||||
|
|
|
@ -22,7 +22,7 @@ services:
|
||||||
core: -1
|
core: -1
|
||||||
entrypoint: ['/bin/sh', '-c', '/beats/copy_config_files.sh && /usr/local/bin/entrypoint.sh']
|
entrypoint: ['/bin/sh', '-c', '/beats/copy_config_files.sh && /usr/local/bin/entrypoint.sh']
|
||||||
environment:
|
environment:
|
||||||
- KMS_IMAGE=kurento/kurento-media-server:6.15.0
|
- KMS_IMAGE=kurento/kurento-media-server:6.16.0
|
||||||
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.8.0
|
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.8.0
|
||||||
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.8.0
|
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.8.0
|
||||||
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.17.0
|
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.17.0
|
||||||
|
|
|
@ -324,7 +324,7 @@ ELASTICSEARCH_PASSWORD=
|
||||||
# Uncomment the next line and define this variable with KMS image that you want use
|
# 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
|
# 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
|
# you want to use a specific version of KMS
|
||||||
# KMS_IMAGE=kurento/kurento-media-server:6.15.0
|
# KMS_IMAGE=kurento/kurento-media-server:6.16.0
|
||||||
|
|
||||||
# Uncomment the next line and define this variable to change
|
# Uncomment the next line and define this variable to change
|
||||||
# the verbosity level of the logs of KMS
|
# the verbosity level of the logs of KMS
|
||||||
|
|
|
@ -7,7 +7,7 @@ RUN apt-get update && apt-get -y upgrade && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install Kurento Media Server (KMS)
|
# Install Kurento Media Server (KMS)
|
||||||
RUN echo "deb [arch=amd64] http://ubuntu.openvidu.io/6.15.0 bionic kms6" | tee /etc/apt/sources.list.d/kurento.list && \
|
RUN echo "deb [arch=amd64] http://ubuntu.openvidu.io/6.16.0 bionic kms6" | tee /etc/apt/sources.list.d/kurento.list && \
|
||||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 && \
|
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get -y install kurento-media-server && \
|
apt-get -y install kurento-media-server && \
|
||||||
|
|
|
@ -9,7 +9,7 @@ RUN apt-get update && apt-get -y upgrade
|
||||||
RUN apt-get install -y software-properties-common && apt-get install -y --no-install-recommends apt-utils
|
RUN apt-get install -y software-properties-common && apt-get install -y --no-install-recommends apt-utils
|
||||||
|
|
||||||
# Install Kurento Media Server (KMS)
|
# Install Kurento Media Server (KMS)
|
||||||
RUN echo "deb [arch=amd64] http://ubuntu.openvidu.io/6.15.0 bionic kms6" | tee /etc/apt/sources.list.d/kurento.list \
|
RUN echo "deb [arch=amd64] http://ubuntu.openvidu.io/6.16.0 bionic kms6" | tee /etc/apt/sources.list.d/kurento.list \
|
||||||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 \
|
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get -y install kurento-media-server
|
&& apt-get -y install kurento-media-server
|
||||||
|
|
|
@ -9,7 +9,7 @@ RUN apt-get update && apt-get -y upgrade
|
||||||
RUN apt-get install -y software-properties-common && apt-get install -y --no-install-recommends apt-utils
|
RUN apt-get install -y software-properties-common && apt-get install -y --no-install-recommends apt-utils
|
||||||
|
|
||||||
# Install Kurento Media Server (KMS)
|
# Install Kurento Media Server (KMS)
|
||||||
RUN echo "deb [arch=amd64] http://ubuntu.openvidu.io/6.15.0 xenial kms6" | tee /etc/apt/sources.list.d/kurento.list \
|
RUN echo "deb [arch=amd64] http://ubuntu.openvidu.io/6.16.0 xenial kms6" | tee /etc/apt/sources.list.d/kurento.list \
|
||||||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 \
|
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get -y install kurento-media-server
|
&& apt-get -y install kurento-media-server
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -42,7 +42,7 @@
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<version.kurento>6.15.0</version.kurento>
|
<version.kurento>6.16.0</version.kurento>
|
||||||
<version.spring-boot>2.3.5.RELEASE</version.spring-boot>
|
<version.spring-boot>2.3.5.RELEASE</version.spring-boot>
|
||||||
<version.junit>4.13.1</version.junit>
|
<version.junit>4.13.1</version.junit>
|
||||||
<version.junit.jupiter>5.7.0</version.junit.jupiter>
|
<version.junit.jupiter>5.7.0</version.junit.jupiter>
|
||||||
|
|
Loading…
Reference in New Issue