Home
Softono

Webrtc Video Conference Simple Peer

Open source MIT JavaScript
242
Stars
91
Forks
27
Issues
5
Watchers
6 months
Last Commit

 About Webrtc Video Conference Simple Peer

A simple video conferencing example using simple-peer

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Webrtc Video Conference Simple Peer?

We provide expert installation service for this software. Our team will install, configure, and secure Webrtc Video Conference Simple Peer on your server. plans start at just $30.

Webrtc Video Conference Simple Peer

View on GitHub

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 is used for webrtc. The implementation of the signaling server is done with socket.io

Demo

Demo on heroku

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.