Hello Stefan,
thank you for the hint.
I had found this docu, but before I can make this command I have to
implement the environment-variable "$DISTRO".
In the docu there is only a value for Ubuntu 16.04 and 18.04 in the doc.
# Run ONLY ONE of these lines:
DISTRO="xenial" # KMS for Ubuntu 16.04 (Xenial)
DISTRO="bionic" # KMS for Ubuntu 18.04 (Bionic)
But whats the value for 19.04? I try "disco" - but there I get errors
that dependencies cant be solved.
Best regards,
René
Am 29.08.2019 um 17:12 schrieb Stefan Kühl:
Hi René,
please try:
sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null <<EOF
# Kurento Media Server - Release packages
deb [arch=amd64] http://ubuntu.openvidu.io/6.11.0 $DISTRO kms6
EOF
But also Check the whole process at
https://doc-kurento.readthedocs.io/en/stable/user/installation.html
Looking for "Local Installation"
Greetz
Stefan
Am 29.08.2019 15:48, schrieb René Scholz:
Hello,
I try to install the newest OM5-M3 on the newest Ubuntu 19.04.
Have anybody an idea what I have to insert in the /etc/apt/sources.list?
On Ubuntu 18.04 is was the line
/deb [arch=amd64] http://ubuntu.openvidu.io/6.10.0 bionic kms6/
Actually the newest Kurento-version is the 6.11.0.
What I have to insert?
With best regards,
René