This is a simple example project in nodejs to demonstrate the compatibility of the AppRTCDemo Android App with the Kurento Media Server.
This server copies the API of an apprtc server so a mobile device running the AppRTCDemo App can communicate with a Webclient powered by kurento.
This is a proof of concept and not meant to be stable or complete.
It is heavily based on the Kurento Example Apps.
Tested with AppRTCDemo Version b73a922be382193ec703c42284c448ff38107f11 on a Sony Xperia
- Clone this repository
- copy config.js.example to config.js and adjust the values
- run
npm install
- start your kurento server
- run
npm start
- on the mobile device start the AppRTCDemo app
- in the app settings adjust the Room server URL to your previously started server
- connect to a room
- on a different device direct a webbrowser to your server url.
- enter the room name and hit start
- you should be able to see and hear eachother
Licensed under [LGPL v2.1 License]