Copyright © 2013 Kurento. Licensed under LGPL License.
Kurento JsonRpc Demo Server is a demo application of the Kurento JsonRpc Server library. It consists of a WebSocket server that includes several test handlers of JsonRpc messages.
- Build
cd kurento-jsonrpc-demo-server
mvn clean install
- Unzip distribution files
cd target
unzip kurento-jsonrpc-demo-server-6.0.0-SNAPSHOT.zip
- Execute start script
cd kurento-jsonrpc-demo-server-6.0.0-SNAPSHOT
./bin/start.sh
- Configure logging
vim kurento-jsonrpc-demo-server-6.0.0-SNAPSHOT/config/kjrserver-log4j.properties
Log file by default will be located in kurento-jsonrpc-demo-server-6.0.0-SNAPSHOT/logs/
- Configure server
vim kurento-jsonrpc-demo-server-6.0.0-SNAPSHOT/config/kjrserver.conf.json
- Build
cd kurento-jsonrpc-demo-server
mvn clean install
- Unzip distribution files
cd target
unzip kurento-jsonrpc-demo-server-6.0.0-SNAPSHOT.zip
- Execute install script
cd kurento-jsonrpc-demo-server-6.0.0-SNAPSHOT
sudo ./bin/install.sh
The service (kjrserver) will be automatically started.
- Control the service (Ubuntu)
sudo service kjrserver {start|stop|status|restart|reload}
- Configure logging
sudo vim /etc/kurento/kjrserver-log4j.properties
Log file by default will be located in /var/log/kurento/
- Configure server
sudo vim /etc/kurento/kjrserver.conf.json
Kurento provides an open platform for video processing and streaming based on standards.
This platform has several APIs and components which provide solutions to the requirements of multimedia content application developers. These include:
- Kurento Media Server (KMS). A full featured media server providing the capability to create and manage dynamic multimedia pipelines.
- Kurento Control Server (KCS). Signaling server for KMS. It provides extra capabilities such as security, load balance, and so on.
- Kurento Clients. Libraries to create applications with media capabilities. Kurento provides libraries for Java, browser JavaScript, and Node.js.
To download binary releases of Kurento components visit http://kurento.org
The source code of this project can be cloned from the GitHub Repository. Code for other Kurento projects can be found in the GitHub Kurento Group.
Information about Kurento can be found on our website. Follow us on Twitter @[kurentoms].
[kurentoms]: http://twitter.com/kurentoms# kurento-jsonrpc-demo