Skip to content

mynaparrot/plugNmeet-server

Repository files navigation

Plug-N-Meet - Scalable, Open source web conferencing system.

Plug-N-Meet is an open source web conferencing system based on high performance WebRTC infrastructure livekit. Please join us on Slack to discuss your suggestions and/or any issues you may be experiencing.

banner

Features:

  1. Compatible with all devices. Browser recommendation: Google Chrome, Firefox. For iOS: Safari;
  2. WebRTC based secured & encrypted communication;
  3. Scalable and high performance system written in Go programming language which made it possible to distributed as a single binary file!;
  4. Simulcast and Dynacast features will allow you to continue online conferencing even if your internet; connection is slow! Supported video codecs: H264, VP8, VP9 and AV1;
  5. Easy integration with any existing website or system;
  6. Easy customization with functionality, URL, logo, and branding colors;
  7. HD audio, video call and Screen sharing. Virtual background for webcams;
  8. Shared notepad and Whiteboard for live collaboration. Can upload, draw & share various office file (pdf, docx, pptx, xlsx, txt etc.) in whiteboard directly;
  9. Easy to use Polls & voting;
  10. Customizable waiting room;
  11. Various Lock & control settings;
  12. Breakout rooms;
  13. Raise hand;
  14. Public & private chatting with File sharing;
  15. MP4 Recordings;
  16. RTMP Broadcasting & RTMP ingress;
  17. Speech to text/translation (Powered by Microsoft Azure);
  18. End-to-End encryption (E2EE) (Supported browsers: browser based on Chromium 83+, Google Chrome, Microsoft Edge, Safari, Firefox 117+);
  19. A detailed analytics report to assess students' performance in the online classroom;

And many more!

The components of Plug-N-Meet are as follows:

  1. plugNmeet-server, the main backend server written in Go (Golang).

  2. plugNmeet-client, which is the main interface/frontend. It's built with React and Redux.

  3. plugNmeet-recoder, a NodeJS application for recording/rtmp broadcasting which is written in TypeScript.

Demo

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

Installation

We've created an easy to install script which can be used to install all the necessary components in few minutes. Please follow installation guide from here: https://www.plugnmeet.org/docs/installation

SDKs & Tools

SDK

  1. PHP
  2. JavaScript for NodeJS and Deno

Following ready to use extensions/solutions:

  1. Joomla component
  2. Moodle Plugin
  3. Wordpress Plugin
  4. LTI

Docker:

  1. plugnmeet-server
  2. plugNmeet-etherpad

Server API information can be found in API doc section.

Manually installation

Requirements:

  1. Livekit configured properly.
  2. plugNmeet-server configured with Redis.
  3. Mariadb server for data storage.
  4. (optional) Install libreoffice & mupdf-tools for office files support in whiteboard.

Create config.yaml from config_sample.yaml & change necessary info

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 Slack to discuss your suggestions and/or PRs.