yeshijie 047b76cbec 初始化 il y a 4 ans
..
bin 047b76cbec 初始化 il y a 4 ans
support-files 047b76cbec 初始化 il y a 4 ans
README.md 047b76cbec 初始化 il y a 4 ans

README.md

License badge Documentation badge Docker badge Support badge

${project.name}

The ${project.name} shows how to build a WebRTC in loopback with faceoverlay filter application with Kurento.

Installation instructions

By running 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 startup script, and setting the desired value in APP_PORT.