[![][KurentoImage]][website]

Copyright © 2013 Kurento. Licensed under [LGPL License].

kws-content-api for Bower
===============
Kurento Content Management API for Web SDK

The kws-content-api project contains the implementation of the Kurento
client side Content Management API for web applications.

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 kws-content-api
```

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

```bash
git clone https://github.com/KurentoReleases/kws-content-api.git
cd kws-content-api
bower install
```


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 Media Framework (KMF). A Java server-side API providing
the required abstractions for creating applications that manage
multimedia content, calls and conferences involving audio, video
and data information.
* Kurento Web SDK (KWS). A client-side HTML5 and Javascript SDK for
accessing KMF capabilities
* Kurento Android SDK (KAS). A Java and native SDK allowing easy
integration of KMF into any kind of Android application.

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/KurentoReleases/kws-content-api
[GitHub repository]: https://github.com/kurento/kws-content-api
[GitHub Kurento group]: https://github.com/kurento
[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
