Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openvidu/openvidu-server-kms: install extra Kurento modules #646

Open
j1elo opened this issue Aug 3, 2021 · 0 comments
Open

openvidu/openvidu-server-kms: install extra Kurento modules #646

j1elo opened this issue Aug 3, 2021 · 0 comments

Comments

@j1elo
Copy link
Member

j1elo commented Aug 3, 2021

The Docker image openvidu/openvidu-server-kms for development comes with Kurento Media Server installed:

# 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 && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 && \
apt-get update && \
apt-get -y install kurento-media-server && \
rm -rf /var/lib/apt/lists/*

This could also come with the extra modules installed, in case people want to use them. Something like this:

https://github.com/Kurento/kurento-docker/blob/cf20b0a410c0a958fd30f0a8672813d9401c6899/kurento-media-server/Dockerfile#L145-L152

(but first we should see how to fix this: e5a8a17#r54346390)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant