Skip to content

Commit

Permalink
Added rust plugins to docker deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
slabajo committed Sep 18, 2024
1 parent d7989dc commit 19c6675
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/kurento-media-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ RUN \
echo "deb [arch=amd64] http://ubuntu.openvidu.io/$KMS_VERSION $UBUNTU_CODENAME main" \
>/etc/apt/sources.list.d/kurento.list

# Install GStremer Rust rtp plugins (custom build for kurento, needed for AV1 RTP support)
RUN \
apt-get $APT_ARGS update \
&& apt-get $APT_ARGS install --no-install-recommends --yes gst-plugin-rtp

# Install Kurento Media Server.
RUN \
apt-get $APT_ARGS update && apt-get $APT_ARGS install --no-install-recommends --yes \
Expand Down

0 comments on commit 19c6675

Please sign in to comment.