tribemedia-kurento-jsonrpc
Version:
RPC library for browser and Node.js
79 lines (59 loc) • 2.34 kB
Markdown
[![][KurentoImage]][website]
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:
```bash
sudo npm install -g bower
```
To install the library, it's recomended to do that from the [Bower repository] :
```bash
bower install kurento-jsonrpc
```
Alternatively, you can download the code using git and install manually its
dependencies:
```bash
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].
[Bower]: http://bower.io
[Bower repository]: https://github.com/Kurento/kurento-jsonrpc-js-bower
[GitHub Kurento group]: https://github.com/kurento
[GitHub repository]: https://github.com/kurento/kurento-jsonrpc-js
[KurentoImage]: https://secure.gravatar.com/avatar/21a2a12c56b2a91c8918d5779f1778bf?s=120
[kurentoms]: http://twitter.com/kurentoms
[LGPL License]: http://www.gnu.org/licenses/lgpl-2.1.html
[website]: http://kurento.org