Skip to content

Files

Latest commit

 

History

History
78 lines (59 loc) · 2.29 KB

README_bower.md

File metadata and controls

78 lines (59 loc) · 2.29 KB

Copyright © 2013-2014 Kurento. Licensed under LGPL License.

Kurento jsonrpc for Bower

Kurento json rpc

The Kurento jsonrpc project is a small RPC library for browser and Node.js.

The source code of this project can be cloned from the GitHub repository.

Installation instructions

Be sure to have installed Bower in your system:

sudo npm install -g bower

To install the library, it's recomended to do that from the Bower repository :

bower install kurento-jsonrpc

Alternatively, you can download the code using git and install manually its dependencies:

git clone https://github.com/Kurento/kurento-jsonrpc-js-bower.git
cd kurento-jsonrpc-js-bower
bower install

Kurento

What is Kurento

Kurento provides an open platform for video processing and streaming based on standards.

This platform has several APIs and components which provide solutions to the requirements of multimedia content application developers. These include:

  • Kurento Media Server (KMS). A full featured media server providing the capability to create and manage dynamic multimedia pipelines.
  • Kurento Control Server (KCS). Signaling server for KMS. It provides extra capabilities such as security, load balance, and so on.
  • Kurento Clients. Libraries to create applications with media capabilities. Kurento provides libraries for Java, browser JavaScript, and Node.js.

Downloads

To download binary releases of Kurento components visit http://kurento.org

Source

The source code of this project can be cloned from the GitHub repository. Code for other Kurento projects can be found in the GitHub Kurento group.

News and Website

Information about Kurento can be found on our website. Follow us on Twitter @kurentoms.