Wednesday, 11 April 2018

How to Install kurento Media Services on ubuntu 64 bit




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

Sitecore Publishing Service 7.0 Installation Guide

  About the Publishing Service module The Publishing Service module is an optional replacement for the existing Sitecore publishing methods....