Total Pageviews

Wednesday, 8 June 2022

free-p2p-chat

 free p2p chat app built with webrtc.

https://free-p2p-chat.herokuapp.com/

Introduction

free-p2p-chat is a simple web application built with webrtc.

To learn more about this app, please go check:

run

  1. install dependencies: npm install
  2. start server: npm start
  3. visit http://localhost:3000

Important Concepts

Signaling

socket.io

ICE, STUN and TURN

Security

Improvements

  • button to flip/rotate (remote should also rotate)
  • handling multiple sharing, and video/audio source change
    • screen sharing
    • web cam
    • file
    • chat
  • add/remove audio/video tracks after connection established
  • record video/audio

References


from https://github.com/sky-bro/free-p2p-chat

No comments:

Post a Comment