Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Folders has homogeneous naming
Browse files Browse the repository at this point in the history
Change-Id: Id36630fc8cf6b22a73ef4adaa55acc9b8b59e687
  • Loading branch information
piranna committed Nov 7, 2014
1 parent 4774af0 commit fc30fb4
Show file tree
Hide file tree
Showing 33 changed files with 14 additions and 9 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Kurento JavaScript Tutorial
Kurento Client JavaScript demos

This project contains a set of simple applications built with JavaScript
Kurento Client APIs (kurento-client-js and kurento-utils-js).
Kurento Client APIs ([kurento-client-js] and [kurento-utils-js]).

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

Expand All @@ -21,22 +21,24 @@ sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
```

Also be sure to have installed [Bower] in your system:

```bash
sudo npm install -g bower
```

Each demo is located in a single folder (e.g. kurento-hello-world, kurento-magic-mirror,
and so on). For example, to launch the kurento-hello-world demo, run:
Each demo is located in a single folder (e.g. kurento-hello-world,
kurento-magic-mirror, and so on). For example, to launch the kurento-hello-world
demo, run:

```bash
cd kurento-hello-world
bower install
```

An HTTP server is required for these demos. A very simple way of doing this is by
means of a NodeJS server. This server can be installed as follows:
An HTTP server is required for these demos. A very simple way of doing this is
by means of a NodeJS server. This server can be installed as follows:

```bash
sudo npm install http-server -g
Expand All @@ -50,8 +52,8 @@ http-server

Finally, open this URL in your browser: http://localhost:8080/

Take into account that demos with Generators (FaceOverlayGenerator,
RecorderFilterGenerator, and so on) require [co] (generator based
Take into account that demos with Generators (kurento-faceoverlay-generator,
kurento-recorder-filter-generator, and so on) require [co] (generator based
flow-control for nodejs). In these demos, the experimental JavaScript
support must be enabled. In Chrome, this can done in this configuration page:

Expand Down Expand Up @@ -92,6 +94,8 @@ Follow us on Twitter @[kurentoms].
[GitHub repository]: https://github.com/Kurento/kurento-tutorial-js
[KurentoImage]: https://secure.gravatar.com/avatar/21a2a12c56b2a91c8918d5779f1778bf?s=120
[kurentoms]: http://twitter.com/kurentoms
[kurento-client-js]: https://github.com/Kurento/kurento-client-js
[kurento-utils-js]: https://github.com/Kurento/kurento-utils-js
[LGPL License]: http://www.gnu.org/licenses/lgpl-2.1.html
[Node.js]: http://nodejs.org/
[website]: http://kurento.org
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
],
"dependencies": {
"kurento-utils": "^5.0.0",
"kurento-client": "^5.0.0",
"kurento-module-pointerdetector": "^5.0.0",
"kurento-client": "develop",
"kurento-module-pointerdetector": "^1.0.0",
"co": "~3.0.7"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const window_uri = "http://files.kurento.org/imgs/Brown_Monsters_40-01.png";

const hover_window_uri = "http://files.kurento.org/imgs/Brown_Monsters_25-01.png";


window.addEventListener('load', function(event) {
kurentoClient.register(kurentoModulePointerdetector);

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fc30fb4

Please sign in to comment.