openvidu/openvidu-demo/package/README.md

1.6 KiB

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.