> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/awesome-selfhosted/awesome-selfhosted/llms.txt
> Use this file to discover all available pages before exploring further.

# Video Conferencing

> Self-hosted video conferencing and web communication tools

[Video/Web Conferencing](https://en.wikipedia.org/wiki/Web_conferencing) tools and software.

*Related: [Conference Management](/categories/conference-management)*

## Full-Featured Video Conferencing

### BigBlueButton

Supports real-time sharing of audio, video, slides (with whiteboard controls), chat, and the screen. Instructors can engage remote students with polling, emojis, and breakout rooms.

* **Source Code:** [GitHub](https://github.com/bigbluebutton/bigbluebutton)
* **License:** LGPL-3.0
* **Tech Stack:** Java

### Jitsi Meet

WebRTC application that uses Jitsi Videobridge to provide high quality, scalable video conferences.

* **Demo:** [meet.jit.si](https://meet.jit.si)
* **Source Code:** [GitHub](https://github.com/jitsi/jitsi-meet)
* **License:** Apache-2.0
* **Tech Stack:** Nodejs, Docker, deb

### Jitsi Video Bridge

WebRTC compatible Selective Forwarding Unit (SFU) that allows for multiuser video communication.

* **Source Code:** [GitHub](https://github.com/jitsi/jitsi-videobridge)
* **License:** Apache-2.0
* **Tech Stack:** Java, deb

### plugNmeet

Scalable and high performance web conferencing system.

* **Demo:** [demo.plugnmeet.com/login.html](https://demo.plugnmeet.com/login.html)
* **Source Code:** [GitHub](https://github.com/mynaparrot/plugNmeet-server)
* **License:** MIT
* **Tech Stack:** Docker, Go

## Lightweight Video Conferencing

### Galene

Video conferencing server that is easy to deploy and that requires moderate server resources.

* **Source Code:** [GitHub](https://github.com/jech/galene)
* **License:** MIT
* **Tech Stack:** Go

### Janus

General-purpose, lightweight, minimalist WebRTC Server.

* **Demo:** [janus.conf.meetecho.com/demos](https://janus.conf.meetecho.com/demos/)
* **Source Code:** [GitHub](https://github.com/meetecho/janus-gateway)
* **License:** GPL-3.0
* **Tech Stack:** C

## MiroTalk Suite

### MiroTalk P2P

Simple, secure, fast real-time video conferences up to 4k and 60fps, compatible with all browsers and platforms.

* **Demo:** [p2p.mirotalk.com/newcall](https://p2p.mirotalk.com/newcall)
* **Source Code:** [GitHub](https://github.com/miroslavpejic85/mirotalk)
* **License:** AGPL-3.0
* **Tech Stack:** Nodejs, Docker

### MiroTalk SFU

Simple, secure, scalable real-time video conferences up to 4k, compatible with all browsers and platforms.

* **Demo:** [sfu.mirotalk.com/newroom](https://sfu.mirotalk.com/newroom)
* **Source Code:** [GitHub](https://github.com/miroslavpejic85/mirotalksfu)
* **License:** AGPL-3.0
* **Tech Stack:** Nodejs, Docker

### MiroTalk C2C

Real-time cam-2-cam video calls & screen sharing, end-to-end encrypted, to embed in any website with a simple iframe.

* **Source Code:** [GitHub](https://github.com/miroslavpejic85/mirotalkc2c)
* **License:** AGPL-3.0
* **Tech Stack:** Nodejs, Docker
