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 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
install browserify:
npm i browserify --save-dev
build bundle.js after changing main.js:
npm run build