openvidu/openvidu-demo/package
Micael Gallego 103377996a Initial OpenVidu platform commit 2016-10-11 09:53:32 +02:00
..
bin Initial OpenVidu platform commit 2016-10-11 09:53:32 +02:00
config Initial OpenVidu platform commit 2016-10-11 09:53:32 +02:00
support-files Initial OpenVidu platform commit 2016-10-11 09:53:32 +02:00
README.md Initial OpenVidu platform commit 2016-10-11 09:53:32 +02:00

README.md

License badge Documentation badge Docker badge Support badge

${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.