Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roll20/webrtc-server
https://github.com/roll20/webrtc-server
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/roll20/webrtc-server
- Owner: Roll20
- Created: 2012-10-26T01:53:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T04:12:25.000Z (over 1 year ago)
- Last Synced: 2024-04-15T13:15:47.634Z (7 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)