|
@@ -1,14 +1,38 @@
|
|
|
-webrtc.io-demo
|
|
|
+#webrtc.io-demo
|
|
|
==============
|
|
|
|
|
|
webrtc.io modified to supply the client files
|
|
|
|
|
|
You can have a look at the demo on http://multiwebrtc.nodejitsu.com
|
|
|
|
|
|
-For instructions on how to start with webRTC.io go to [https://github.com/cavedweller/webRTC.io](https://github.com/cavedweller/webRTC.io) and read throw the instructions.
|
|
|
+##Instructions on how to setup the demo:
|
|
|
|
|
|
-For the client: [https://github.com/sarenji/webrtc.io-client](https://github.com/sarenji/webrtc.io-client)
|
|
|
-For the server: [https://github.com/cavedweller/webRTC.io](https://github.com/cavedweller/webRTC.io)
|
|
|
+Run in your terminal
|
|
|
+
|
|
|
+'''bash git colen git@github.com:dennismartensson/webrtc.io-demo.git'''
|
|
|
+
|
|
|
+'''bash cd webrtc.io-demo'''
|
|
|
+
|
|
|
+'''bash npm install'''
|
|
|
+
|
|
|
+'''bash cd example'''
|
|
|
+
|
|
|
+'''bash node server.js'''
|
|
|
+
|
|
|
+Ïn a version of Chrome that have webRTC support.
|
|
|
+
|
|
|
+go to [localhost:8000](http://localhost:8000)
|
|
|
+
|
|
|
+click allow to see your camera
|
|
|
+
|
|
|
+go to [localhost:8000](http://localhost:8000)
|
|
|
+
|
|
|
+click allow to see your camera and the connection will be made between your to open windows.
|
|
|
+
|
|
|
+
|
|
|
+##For instructions on how to start with webRTC.io
|
|
|
+
|
|
|
+go to [https://github.com/cavedweller/webRTC.io](https://github.com/cavedweller/webRTC.io) and read throw the instructions.
|
|
|
|
|
|
Developed by:
|
|
|
[@dennismatensson](https://github.com/dennismartensson)
|