Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 721 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 721 Bytes

WRTC

Simple WebRTC Videochat for 2 peers
ONLY FOR "SEMINAR WEB-TECHNOLOGIEN SoSe2020"
based on tutorial: https://www.youtube.com/watch?v=KLCcCTFivhM, thanks Vinnu1!
https version

install

install npm (if needed):

sudo apt-get install curl

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -

sudo apt-get install -y nodejs

clone the depository

inside the depository:

npm install

run

npm start

join

https://[IP-adress of the computer]:4444
max. 2 participants

for developers

install browserify:

npm i browserify --save-dev

build bundle.js after changing main.js:

npm run build