shawnb457 / webrtc-example

Example of WebRTC application working with Node.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prototype WebRTC

This project is developed by Clément Mouret and Luc Tribolet during an internship at Atos Worldline.

This prototype is only available for Chrome/Chromium with WebRTC support. This web application allows you to video chat with someone else by sharing a single link. There is an embedded chat. But for the moment the chat is using the signalling server for the message transport. As we can't send any other data than video and voice trhough WebRTC, the presentation is just image in a carousel which the next and prev actions are shared trhough the signalling server too.

Requirements

You have to install

  • node.js (Websocket module is directly provided with the sources)
  • a HTTP server
  • Chrome or Chromium (please use the latest version of Chrome/Chromium Dev or Chrome Canary)

Installation

  1. Get the sources
  2. Move them in your www directory
  3. Change the server address in index.php and webrtc.js if needed
  4. Launch index.js in nodejs_server with "node /path/to/your/www/nodejs_server/index.js"
  5. Open the page http://yourserver/
  6. Then share the link given to your partner
  7. Enjoy

Credits

This project use the differents following projects :

  • jQuery
  • Bootstrap Twitter

And it's been inspired directly from this application : https://apprtc.appspot.com/

Contacts

Feel free to contact us for any further information.

About

Example of WebRTC application working with Node.JS

License:MIT License