back to home

mynaparrot / plugNmeet-server

The open-source, self-hosted video conferencing software. Scalable, customizable, and with a powerful AI Meeting Agent.

439 stars
106 forks
12 issues
GoDockerfileShell

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing mynaparrot/plugNmeet-server in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/mynaparrot/plugNmeet-server)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

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, and AI-powered 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. Key Features • **High-Performance & Scalable**: Built with Go and leveraging the power of LiveKit, ensuring a robust and lightweight system. • **Adaptive Streaming**: **Simulcast** and **Dynacast** support ensures stable calls even on poor networks by intelligently managing video quality and bandwidth. Supported codecs include , , , and . • **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 & Private Communication**: Features WebRTC-based encryption by default, with optional **End-to-End Encryption (E2EE)** for all media and data channels, ensuring conversations remain confidential. • **AI-Powered Meeting Intelligence**: Turn meetings into actionable intelligence. The AI agent provides live spoken translations, real-time transcription, and automated summaries with action items, all accessible via the Artifacts API. • **Telephone Dial-In (SIP Gateway):** Allow participants to join the audio of your meeting by dialing a standard phone number—no internet required. • **Flexible Integration**: Easily integrate with any website or system using our straightforward API and SDKs for PHP and JavaScript. Ready-to-use plugins are available for **WordPress**, **Moodle**, and **Joomla**. • **Deep Customization**: Easily customize the UI, features, branding, and URLs to match your application's look and feel without modifying core code. • **Advanced Broadcasting & Recording**: Includes reliable MP4 recording, RTMP/RTMPS broadcasting to services like YouTube, and RTMP/WHIP ingress for professional production tools like OBS. • **Cross-Device Compatibility**: Works on all modern browsers, including Chrome, Firefox, and Safari for iOS, with no downloads required. And many more! Core Components • **plugNmeet-server**: The primary backend server written in **Go**, handling all API and business logic. • **plugNmeet-client**: The main frontend interface built with **React** and **Redux**. • **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 • **PHP** • **JavaScript** (for NodeJS and Deno) Ready-to-Use Plugins & Integrations • **Joomla** Component • **Moodle** Plugin • **WordPress** Plugin • **LTI** for any compatible LMS Docker Images • plugnmeet-server • plugnmeet-etherpad • plugnmeet-recorder Full server API documentation is available in the API Docs. Manual installation **Requirements:** • A properly configured **LiveKit** instance. • **Redis** for caching and messaging. • **MariaDB** or **MySQL** for data storage. • (Optional) & for office file support in the whiteboard. Create a from the and modify it with your environment details. ***Using docker*** You can also follow docker-compose_sample.yaml file. 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.