Skip to content

Mindcraft1/webrtc-ws-example

 
 

Repository files navigation

WebRTC Video and Signaling sample

This sample demonstrates how to use WebSockets to create a signaling server for WebRTC calling. The signaling server is based on the WebSocket, opening a video call to another user by clicking on their name in the user list sidebar.

See the article Signaling and video calling on MDN for detailed information on how this code works.

Original example at https://github.com/mdn/samples-server/tree/master/s/webrtc-from-chat doesn't work properly. This project fixing it and use only video call, without a chatbox.

This is a demo purpose project, should not be used in production

  • Create a Linux VM
  • Install NodeJs and npm
apt install nodejs npm openssl
  • create a folder /app
mkdir -p /app
  • upload content into the folder
  • run the server
cd /app; sh startup.sh
  • open web browser at https://<YOUR_SERVER_IP>

NOTE on SSL The certificate is self signed, so allow your browser to open your untrusted website.

About

WebRTC & Websocket video call example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.5%
  • CSS 9.5%
  • HTML 5.1%
  • Shell 0.9%