Skip to content

mynaparrot/plugNmeet-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plug-N-Meet - A Scalable, Customizable, Open-Source Web Conferencing System

Plug-N-Meet is a powerful, open-source web conferencing solution built on the high-performance WebRTC infrastructure of LiveKit. Designed for scalability and easy customization, Plug-N-Meet allows you to seamlessly integrate a feature-rich, self-hosted video conferencing experience into any existing website, application, or system.

Have questions or ideas? Join our developer community on Discord to connect with the team and discuss your suggestions.

banner

Key Features

  • High-Performance & Scalable: Built with Go and LiveKit, ensuring a robust system that can be distributed as a single binary.
  • Adaptive Streaming: Simulcast and Dynacast support ensures stable calls even on poor networks. Supported codecs include H264, VP8, VP9, and AV1.
  • Rich Collaboration Tools: Engage users with HD audio/video, screen sharing, virtual backgrounds, a collaborative whiteboard with office file support (PDF, DOCX, PPTX), shared notepad, polls, and breakout rooms.
  • Secure Communication: Features WebRTC-based encryption by default, with optional End-to-End Encryption (E2EE) for media and data channels (Chromium 83+, Chrome, Edge, Safari, Firefox 117+).
  • Flexible Integration: Easily integrate with any website or system using our straightforward API and SDKs.
  • Deep Customization: Easily customize the UI, features, branding, and URLs to match your application's look and feel.
  • Advanced Features: Includes MP4 recording, RTMP broadcasting, RTMP/WHIP ingress, a customizable waiting room, and detailed participant analytics.
  • Accessibility: Real-time speech-to-text and translation powered by Microsoft Azure.
  • Cross-Device Compatibility: Works on all modern browsers, including Chrome, Firefox, and Safari for iOS.

And many more!

Core Components

  1. plugNmeet-server: The primary backend server written in Go, handling all API and business logic.
  2. plugNmeet-client: The main frontend interface built with React and Redux.
  3. plugNmeet-recorder: A dedicated Go application for managing MP4 recordings and RTMP broadcasting.

Demo

https://demo.plugnmeet.com/landing.html

Installation

We've created a simple installation script to deploy all necessary components in minutes.

View the Complete Installation Guide: https://www.plugnmeet.org/docs/installation

SDKs & Tools

Official SDKs

Ready-to-Use Plugins & Integrations

Docker Images

Full server API documentation is available in the API Docs.

Manual installation

Requirements:

  1. A properly configured LiveKit instance.
  2. Redis for caching and messaging.
  3. MariaDB or MySQL for data storage.
  4. (Optional) libreoffice & mupdf-tools for office file support in the whiteboard.

Create a config.yaml from the config_sample.yaml and modify it with your environment details.

Using docker

docker run --rm -p 8080:8080 \
    -v $PWD/config.yaml:/config.yaml \
    mynaparrot/plugnmeet-server \
    --config /config.yaml \

You can also follow docker-compose_sample.yaml file.

You can manually download server from release page too.

Development

Please follow this article for details.

Contributing

We welcome your suggestions for improving plugNmeet! Let's chat on Discord to discuss your suggestions and/or PRs.

About

Scalable, high-performance, easily customizable WebRTC-based open-source web conferencing system built using Livekit.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages