Hey @all sudo apt-get update && sudo apt-get install --no-install-recommends --yes \ gnupg
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 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.13.0 bionic kms6 EOF sudo apt-get update && sudo apt-get install --yes kurento-media-server worked for me. @Andreas, please try it from scratch and by the way -> 64bit OS ? Greetz Stefan Am 24.03.2020 18:49, schrieb df...@gmx.de: > Am Dienstag, 24. März 2020, 18:33:34 CET schrieb Maxim Solodovnik: > >> have you replaced $DISTRO with `bionic` ? > > yes, I have done so. > >> If yes and still no luck: the only option to use docker ... > > seems so. Very sad: I want to go the way "use as much out of repos as > possible" - but that seems to stuck here. > > I want to set up a possibility to serve virtual classrooms here in Germany > with OM. > I am an employee of a school and most commercial servers have reached their > limit so education is a good that is highly needed. I will try docker > solution. > > In parallel I am developing a server solution which is Arch-based. Here > kurento-media-server > is in the AURS - but I am not ready to switch from Debian to Arch at the > moment... > > Thanks for all your efforts. You are supporting menkind :) > > Greetings