From d536d1da733b9570abc55e9917752fc1df757be7 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Tue, 17 Nov 2020 11:33:32 +0100 Subject: [PATCH] Updated READMEs --- openvidu-ipcameras/README.md | 48 +------------------------------ openvidu-recording-java/README.md | 2 +- openvidu-recording-node/README.md | 2 +- 3 files changed, 3 insertions(+), 49 deletions(-) diff --git a/openvidu-ipcameras/README.md b/openvidu-ipcameras/README.md index b950017d..5a64a2d5 100644 --- a/openvidu-ipcameras/README.md +++ b/openvidu-ipcameras/README.md @@ -8,52 +8,6 @@ openvidu-ipcameras === -This is a Java application built with Spring Boot 2. It serves a single HTML page (generated with Thymeleaf) where users can see a collection of IP cameras. - -## Running the application - -You will need: - -| Tool | Check version | Install | -| ------------- | --------------- |---------------------------------------- | -| Java 8 JDK | `java -version` | `sudo apt-get install -y openjdk-8-jdk` | -| Maven | `mvn -v` | `sudo apt-get install -y maven` | -| Docker | `docker -v` | See [Docker documentation](https://docs.docker.com/install/) | - ---- - -You will need OpenVidu Server running in your development machine. To do so: - -1. Run Kurento Media Server Docker container - -``` -docker run --rm -p 8888:8888 kurento/kurento-media-server:6.15.0 -``` - -2. Clone, compile and run OpenVidu Server - -``` -git clone https://github.com/OpenVidu/openvidu.git -cd openvidu -mvn -DskipTests=true clean install # Install global dependencies -cd openvidu-server -mvn exec:java -``` - -> **NOTE 1**: If you are not running this tutorial in a Linux/OSx system, then you will have to tell OpenVidu Server where is Kurento Media Server available. In Linux and Mac, the Docker container will be accessible through `localhost`, which is the default value in OpenVidu Server, so no changes required. But you must indicate the specific container IP in case you are using Windows and pass it to OpenVidu Server with `mvn -Dkms.uris=[ws://KMS.CONTAINER.IP:8888/kurento] exec:java` - -> **NOTE 2**: once you have OpenVidu Server up and running, connect to [`https://localhost:4443`](https://localhost:4443) through your browser to accept its self-signed certificate. If you don't do so, the application will fail - ---- - -Then you can clone, compile and run openvidu-ipcameras application: - -``` -git clone https://github.com/OpenVidu/openvidu-tutorials.git -cd openvidu-tutorials/openvidu-ipcameras -mvn package exec:java -``` - -You can now connect to [`https://localhost:8080`](https://localhost:8080) to see the application's only page. Click on "Subscribe to cameras" button to receive all cameras defined in the application's Java code. +Visit [docs.openvidu.io/en/stable/tutorials/openvidu-ipcameras/](http://docs.openvidu.io/en/stable/tutorials/openvidu-ipcameras/) [OpenViduLogo]: https://secure.gravatar.com/avatar/5daba1d43042f2e4e85849733c8e5702?s=120 \ No newline at end of file diff --git a/openvidu-recording-java/README.md b/openvidu-recording-java/README.md index 610455ca..a91ffeb1 100644 --- a/openvidu-recording-java/README.md +++ b/openvidu-recording-java/README.md @@ -8,6 +8,6 @@ openvidu-recording-java === -Visit [docs.openvidu.io/en/stable/tutorials/openvidu-js-java/](http://docs.openvidu.io/en/stable/tutorials/openvidu-js-java/) +Visit [docs.openvidu.io/en/stable/tutorials/openvidu-recording-java/](http://docs.openvidu.io/en/stable/tutorials/openvidu-recording-java/) [OpenViduLogo]: https://secure.gravatar.com/avatar/5daba1d43042f2e4e85849733c8e5702?s=120 diff --git a/openvidu-recording-node/README.md b/openvidu-recording-node/README.md index 75b1adb6..4e266226 100644 --- a/openvidu-recording-node/README.md +++ b/openvidu-recording-node/README.md @@ -8,6 +8,6 @@ openvidu-recording-node === -Visit [docs.openvidu.io/en/stable/tutorials/openvidu-js-node/](http://docs.openvidu.io/en/stable/tutorials/openvidu-js-node/) +Visit [docs.openvidu.io/en/stable/tutorials/openvidu-recording-node/](http://docs.openvidu.io/en/stable/tutorials/openvidu-recording-node/) [OpenViduLogo]: https://secure.gravatar.com/avatar/5daba1d43042f2e4e85849733c8e5702?s=120