Перейти к файлу
Enda Mannion 05a55c9daf updates to JSEP demo files 2012-05-17 14:46:20 +01:00
static/static updates to JSEP demo files 2012-05-17 14:46:20 +01:00
views updates to JSEP demo files 2012-05-17 14:46:20 +01:00
.gitignore init 2011-10-19 19:51:01 -07:00
Procfile init 2011-10-19 19:51:01 -07:00
README Made the top-level of webrtc-demo be a menu of choices, updated README 2012-04-26 10:19:11 -04:00
package.json Commit 2012-01-26 14:36:31 -08:00
web.js merge fix for jsep 2012-04-26 10:20:52 -04:00

README

To install:
   Make sure node.js is installed
   Unpack this
   cd webrtc-demo
   npm install
   node web.js

To use:

  Browse to http://host:3000/ to see a menu of choices

---
  Browse to http://host:3000/chess for primary chess demo
     URL will show http://host:3000/mozdemoa/M/N

  Other browser should browse to http://host:3000/mozdemoc/N/M/my_ip_address
     Note that N and M are reversed from what you see in callee above

  Yes, we need a better way to get the URL for the other party...
---
  Browse to http://host:3000/simple for a simple call demo
     URL will show http://host:3000/mozdemod/M/N

  Other browser should browse to http://host:3000/mozdemoe/N/M/my_ip_address
     Note that N and M are reversed from what you see in callee above
---  
  Browse to http://host:3000/datachan for simple call+data_channels
     URL will show http://host:3000/listen/M/N

  Other browser should browse to http://host:3000/connect/N/M/my_ip_address
     Note that N and M are reversed from what you see in the listener
---
  Browse to http://host:3000/jsep for jsep tests
     URL will show http://host:3000/mozdemojsep/M/N
--
  Browse to http://host:3000/roap for ROAP tests (obsolete?)