Re: Install Kurento on Ubuntu 19.04

2019-08-29 Thread Stefan Kühl
Hey René, yes, That's true. As far as I can judge the package for 6.11 isn't released right now. Github did not list it in the changelog. Source: https://github.com/Kurento/kurento-media-server/blob/master/CHANGELOG.md so far I would check if it works with the old distro name. But take car

Re: Install Kurento on Ubuntu 19.04

2019-08-29 Thread R. Scholz
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

Re: Install Kurento on Ubuntu 19.04

2019-08-29 Thread Stefan Kühl
Hi René, please try: sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null

Install Kurento on Ubuntu 19.04

2019-08-29 Thread 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