Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roll20/webrtc-server


https://github.com/roll20/webrtc-server

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

#webrtc.io-demo
==============

You can have a look at the demo on http://multiwebrtc.nodejitsu.com

##Instructions on how to setup the demo:

Run in your terminal

```bash
git clone [email protected]:webRTC/webrtc.io-demo.git
```

```bash
cd webrtc.io-demo
```

```bash
npm install
```

```bash
cd example
```

```bash
node server.js
```

In 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 developing with webRTC.io

go to [https://github.com/webRTC/webRTC.io](https://github.com/webRTC/webRTC.io) and read the instructions.

Developed by:
[@dennismatensson](https://github.com/dennismartensson)
[@cavedweller](https://github.com/cavedweller)
[@sarenji](https://github.com/sarenji)