In order to install the latest stable Kurento Media Server version (6.6.1) you have to type the following commands, one at a time and in the same order as listed here. When asked for any kind of confirmation.
echo "deb http://ubuntu.kurento.org trusty kms6" | sudo tee /etc/apt/sources.list.d/kurento.list For Ubuntu 14.04
echo "deb http://ubuntu.kurento.org xenial-dev kms6" | sudo tee /etc/apt/sources.list.d/kurento-dev.list for ubuntu 16.04
wget -O - http://ubuntu.kurento.org/kurento.gpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install kurento-media-server-6.0
Now, Kurento media service install successfully. Use this command for Kurento media services start and stop respectively.
sudo service kurento-media-server-6.0 start
sudo service kurento-media-server-6.0 stop
No comments:
Post a Comment