silkroadnomad / kurento-meteor

Kurento WebRTC demos implemented with MeteorJS
MIT License
12 stars 5 forks source link

Kurento on Meteor

these webrtc demos are based on the kurento tutorial adapted for meteor

Installation

  1. install meteor with curl https://install.meteor.com/ | sh
  2. clone this repo with git clone https://github.com/inspiraluna/kurento-meteor.git
  3. cd kurento-meteor/ PROJECTNAME
  4. install and run kurento docker [image] (https://github.com/Kurento/kurento-docker/tree/master/docker) please run it with sudo docker run -d --name kurento -p 8888:8888 fiware/stream-oriented-kurento
  5. configure settings.json if kurento media server runs on different host
  6. run meteor npm install (install all npm modules)
  7. configure settings.json in the project root to configure url of kurento don't use --settings settings.json in case its on the same machine { "private": { "ws_uri": "ws://kurento-reachable-ip:8888/kurento" } }
  8. run meteor --release 1.3.2.4 --settings settings.json
  9. connect to http://localhost:3000

iOS

Android

Packages

Changes