https://github.com/Dirvann/webrtc-video-conference-simple-peer
A simple video conferencing example using simple-peer
https://github.com/Dirvann/webrtc-video-conference-simple-peer
simple-peer video-conferencing webrtc
Last synced: 5 months ago
JSON representation
A simple video conferencing example using simple-peer
- Host: GitHub
- URL: https://github.com/Dirvann/webrtc-video-conference-simple-peer
- Owner: Dirvann
- License: mit
- Created: 2020-05-03T14:50:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T09:40:07.000Z (7 months ago)
- Last Synced: 2024-09-18T12:52:03.793Z (7 months ago)
- Topics: simple-peer, video-conferencing, webrtc
- Language: JavaScript
- Homepage: https://dirvann-webrtc-video.herokuapp.com/
- Size: 165 KB
- Stars: 219
- Watchers: 6
- Forks: 90
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webrtc - webrtc-video-conference-simple-peer - A simple video conferencing example using simple-peer. (Samples)
README
# WebRTC Video Conferencing with simple-peer
A simple video conferencing example using simple-peer.
This project allows multiple devices to connect with eachother with audio and video using webrtc.
The package [simple-peer](https://github.com/feross/simple-peer) is used for webrtc.
The implementation of the signaling server is done with [socket.io](https://socket.io/)## Demo
[Demo on heroku](https://dirvann-webrtc-video.herokuapp.com/)## Running
run `npm install` and then `npm start` in the main directory.
Then open the browser at `localhost:3012` or `[your network ip/ public dns]:3012`.
## Configuration
Configurations can be found in `app.js` and `public/js/main.js`.
Replace the ssl certificates `ssl/key.pem` and `ssl/cert.pem` with your own.