mirror of https://github.com/OpenVidu/openvidu.git
36 lines
1.6 KiB
Markdown
36 lines
1.6 KiB
Markdown
![]() |
[](http://www.apache.org/licenses/LICENSE-2.0)
|
||
|
[](http://doc-kurento.readthedocs.org/en/latest/)
|
||
|
[](https://hub.docker.com/r/fiware/stream-oriented-kurento/)
|
||
|
[](http://stackoverflow.com/questions/tagged/kurento)
|
||
|
|
||
|
${project.name}
|
||
|
======================
|
||
|
|
||
|
The ${project.name} implements multimedia group communications with WebRTC using services from
|
||
|
Kurento Room Server.
|
||
|
|
||
|
There are complete instructions on how to deploy the demo binary:
|
||
|
http://doc-kurento-room.readthedocs.org/en/current/demo_deployment.html
|
||
|
|
||
|
Installation instructions
|
||
|
-------------------------
|
||
|
|
||
|
By running `sudo ./bin/install.sh`, the jar file containing the demo will be copied into
|
||
|
_/var/lib/kurento_, and the startup script will be put in _/etc/init.d/${project.artifactId}_. Once
|
||
|
the demo is installed, it can be managed as a regular service with
|
||
|
|
||
|
```
|
||
|
sudo service ${project.artifactId} {start|stop|restart}
|
||
|
```
|
||
|
If you want to change the port, you can do so by editing the file _/etc/kurento/${project.artifactId}.properties_.
|
||
|
|
||
|
Quick start instructions
|
||
|
------------------------
|
||
|
|
||
|
By running `./bin/start.sh` the jar file containing the demo will be started right away, from the
|
||
|
_files/_ folder.
|
||
|
|
||
|
Press `Control-C` to stop its execution.
|
||
|
|
||
|
If you want to change the port, you can do so by editing the file _files/${project.artifactId}.properties_.
|