Skip to content

AMEST/PeerMeeting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Справка на русском

PeerMeet Build hub.docker.com GitHub release (latest by date) GitHub

PeerMeetingIcon

PeerMeeting - simple peer to peer video conference server

Links

Description

Start & join meetings for free. No account needed, open service, write you name and open or join room!
Simple peer to peer video conference server over WebRTC. Support more then 2 peoples in p2p conference.

The service is adjusted based on the mesh model. This network is implemented to open multiple (1: 1) interconnected peer-to-peer connections. Maximum peer connections limit per page is 256 (on chrome) i.e. 256 users can connect together!

Features

  1. Video conferencing over p2p with 2+ peoples
  2. Screen sharing (with microphone, but only chromium based browsers)
  3. In room chat
  4. Participants control (volume control, mute one/all participants, kick)
  5. Pseudo fullscreen and half screen mode for prticipants blocks
  6. Gravatar user avatars
  7. Local room history on home page
  8. Integration with TURN server (coturn).
  9. Application metrics (prometheus endpoint with runtime and endpoints metrics)
  10. Service Scaleout with Redis
  11. Light and Dark themes (with detect system theme)
  12. Multilanguage user interface (Supported EN and RU)

Security

High level of security: all connections are protected and encrypted according to the DTLS and SRTP protocols. At the same time, WebRTC works only over the HTTPS protocol, and the site using the technology must be signed with a certificate. All media traffic goes from user to user (p2p) and does not go through the service infrastructure. Web sockets for signaling also go only via https.

Supported browsers

  1. Chromium based browsers on windows, linux and android
  2. Firefox (work all function with some bugs)
  3. Safari >= 15 (work all function with some bugs)

Screenshots

Welcome Main
Settings Room
Two Participants Three participants
HalfScreen Mode Chat

Self-hosted Requirements

  • AspNet Core 3.1 runtime or Docker for service start
  • Reverse proxy for https connection (may be use Cloudflare)

For scalae service, needed redis server (version >=6 ) with acl user who can create/pub/sub channels with prefix peermeeting

Getting started

Instructions for launching the application are here