Home
Softono
m

miroslavpejic85

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
4

Software by miroslavpejic85

MiroTalk C2C
Open Source

MiroTalk C2C

<div align="center"> <a href="https://c2c.mirotalk.com" target="_blank"> <img src="frontend/images/mirotalk-icon.png"> </a> </div> <h1 align="center">MiroTalk C2C</h1> <h3 align="center"> Self-hosted open-source WebRTC cam-to-cam peer-to-peer video calling platform for immersive 1-to-1 real-time communication with screen sharing and end-to-end encryption. </h3> <br /> <div align="center"> [![GitHub Stars](https://img.shields.io/github/stars/miroslavpejic85/mirotalkc2c?style=social)](https://github.com/miroslavpejic85/mirotalkc2c/stargazers) [![GitHub Forks](https://img.shields.io/github/forks/miroslavpejic85/mirotalkc2c?style=social)](https://github.com/miroslavpejic85/mirotalkc2c/network/members) <a href="https://choosealicense.com/licenses/agpl-3.0/">![License: AGPLv3](https://img.shields.io/badge/License-AGPLv3_Open_Source-blue.svg)</a> <a href="https://hub.docker.com/r/mirotalk/c2c">![Docker Pulls](https://img.shields.io/docker/pulls/mirotalk/c2c)</a> <a href="https://github.com/miroslavpejic85/mirotalkc2c/commits/master">![Last Commit](https://img.shields.io/github/last-commit/miroslavpejic85/mirotalkc2c)</a> <a href="https://discord.gg/rgGYfeYW3N">![Discord](https://img.shields.io/badge/Discord-Community-5865F2?logo=discord&logoColor=white)</a> <a href="https://www.linkedin.com/in/miroslav-pejic-976a07101/">![Author](https://img.shields.io/badge/Author-Miroslav_Pejic-brightgreen.svg)</a> </div> <br /> <p align="center"> <strong>MiroTalk C2C</strong> is a self-hosted, open-source WebRTC platform for secure cam-to-cam peer-to-peer video calls and screen sharing. It enables immersive 1-to-1 real-time communication with full end-to-end encryption and can be easily embedded into any website via a simple <a href="https://docs.mirotalk.com/mirotalk-c2c/integration/" target="_blank">iframe integration</a>. </p> <p align="center"> <a href="https://c2c.mirotalk.com">Try Live Demo</a> · <a href="https://c2c.mirotalk.com/privacy">Privacy</a> · <a href="https://docs.mirotalk.com/mirotalk-c2c/self-hosting/">Documentation</a> · <a href="https://discord.gg/rgGYfeYW3N">Discord</a> · <a href="https://github.com/sponsors/miroslavpejic85">Sponsor</a> </p> <br /> <p align="center"> <a href="https://c2c.mirotalk.com"> <img src="frontend/images/ui.png" alt="MiroTalk C2C - Cam-2-Cam Video Calls"> </a> </p> <hr /> <br /> <details open> <summary>⚡ Quick start</summary> <br/> **Start in 5 commands:** ```bash git clone https://github.com/miroslavpejic85/mirotalkc2c.git cd mirotalkc2c cp .env.template .env npm install npm start ``` Open [http://localhost:8080](http://localhost:8080) - done! </details> <details> <summary>🐳 Docker</summary> <br/> ![docker](frontend/images/docker.png) **Prerequisites:** Install [Docker Engine](https://docs.docker.com/engine/install/) and [Docker Compose](https://docs.docker.com/compose/install/) - Image available on [Docker Hub](https://hub.docker.com/r/mirotalk/c2c) ```bash git clone https://github.com/miroslavpejic85/mirotalkc2c.git cd mirotalkc2c cp .env.template .env cp docker-compose.template.yml docker-compose.yml docker-compose pull # optional: pull official image docker-compose up # add -d to run in background ``` Open [http://localhost:8080](http://localhost:8080) - done! > **Note:** > Edit `.env` and `docker-compose.yml` to customize your setup. </details> <details> <summary>📚 Documentation</summary> <br/> For detailed guides and references, visit the **[official documentation](https://docs.mirotalk.com)**: - [About](https://docs.mirotalk.com/mirotalk-c2c/) - [Self-Hosting Guide](https://docs.mirotalk.com/mirotalk-c2c/self-hosting/) - [Automation-scripts](https://docs.mirotalk.com/scripts/about/) - [Configurations](https://docs.mirotalk.com/mirotalk-c2c/configurations/) - [Integration](https://docs.mirotalk.com/mirotalk-c2c/integration/) - [Direct Room Join](https://docs.mirotalk.com/mirotalk-c2c/join-room/) - [REST API Documentation](https://docs.mirotalk.com/mirotalk-c2c/api/) - [Ngrok](https://docs.mirotalk.com/mirotalk-c2c/ngrok/) </details> <details open> <summary>☁️ Recommended Hosting Providers</summary> <br/> | Provider | Description | Link | | ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | | [![Hetzner](frontend/images/hetzner.png)](https://www.hetzner.com) | High-performance cloud servers and dedicated root servers with top-tier reliability. Powers our live demo. | [Get €20 Free Credits](https://hetzner.cloud/?ref=XdRifCzCK3bn) | | [![Netcup](frontend/images/netcup.png)](https://www.netcup.com/en/?ref=309627) | Enterprise-grade performance at unbeatable prices. Scalable and reliable. | [Explore Netcup](https://www.netcup.com/en/?ref=309627) | | [![Hostinger](frontend/images/hostinger.png)](https://hostinger.com/?REFERRALCODE=MIROTALK) | Fast, reliable hosting with 24/7 support and great performance. | [Check out Hostinger](https://hostinger.com/?REFERRALCODE=MIROTALK) | | [![Contabo](frontend/images/contabo.png)](https://www.dpbolvw.net/click-101027391-14462707) | Top-tier German hosting, dedicated servers, VPS, and web hosting at unbeatable prices. | [Explore Contabo](https://www.dpbolvw.net/click-101027391-14462707) | To set up your own instance of `MiroTalk C2C` on a dedicated cloud server, please refer to our comprehensive [self-hosting documentation](https://docs.mirotalk.com/mirotalk-c2c/self-hosting/). </details> <details> <summary>🤝 Contributing</summary> <br/> Contributions are welcome and greatly appreciated! Whether it's bug fixes, features, or documentation - every contribution helps. 1. Fork the repository 2. Create your feature branch 3. Submit a pull request Have questions? Join our [Discord community](https://discord.gg/rgGYfeYW3N)! </details> <details> <summary>📄 License</summary> <br/> [![AGPLv3](frontend/images/AGPLv3.png)](LICENSE) MiroTalk C2C is free and open-source under the terms of AGPLv3 (GNU Affero General Public License v3.0). Please `respect the license conditions`, In particular `modifications need to be free as well and made available to the public`. Get a quick overview of the license at [Choose an open source license](https://choosealicense.com/licenses/agpl-3.0/). To obtain a [MiroTalk C2C license](https://docs.mirotalk.com/license/licensing-options/) with terms different from the AGPLv3, you can conveniently make your [purchase on CodeCanyon](https://codecanyon.net/item/mirotalk-c2c-webrtc-real-time-cam-2-cam-video-conferences-and-screen-sharing/43383005). This allows you to tailor the licensing conditions to better suit your specific requirements. </details> <details open> <summary>❤️ Support the project</summary> <br/> Do you find MiroTalk C2C indispensable for your needs? Join us in supporting this transformative project by [becoming a backer or sponsor](https://github.com/sponsors/miroslavpejic85). By doing so, not only will your logo prominently feature here, but you'll also drive the growth and sustainability of MiroTalk C2C. Your support is vital in ensuring that this valuable platform continues to thrive and remain accessible for all. Make an impact – back MiroTalk C2C today and be part of this exciting journey! </details> <br /> --- 🌐 **Explore all MiroTalk projects:** **[ → MiroTalk Overview](https://docs.mirotalk.com/overview/)** ![Star History Chart](https://app.repohistory.com/api/svg?repo=miroslavpejic85/mirotalkc2c&type=Date&background=0D1117&color=62C3F8) <p align="center"> Built with ❤️ by <a href="https://www.linkedin.com/in/miroslav-pejic-976a07101/">Miroslav</a> and the open-source community </p>

Video Conferencing
509 Github Stars
MiroTalk P2P
Open Source

MiroTalk P2P

<div align="center"> <a href="https://p2p.mirotalk.com" target="_blank"> <img src="public/images/mirotalk-icon.png"> </a> </div> <h1 align="center">MiroTalk P2P</h1> <h3 align="center">Open Source WebRTC P2P Video Conferencing You Can Self-Host in Minutes</h3> <h4 align="center">Free, Secure, Fast Real-Time Communication - up to 8K, 60fps. Works in All Browsers and Platforms.</h4> <br /> <div align="center"> [![GitHub Stars](https://img.shields.io/github/stars/miroslavpejic85/mirotalk?style=social)](https://github.com/miroslavpejic85/mirotalk/stargazers) [![GitHub Forks](https://img.shields.io/github/forks/miroslavpejic85/mirotalk?style=social)](https://github.com/miroslavpejic85/mirotalk/network/members) <a href="https://choosealicense.com/licenses/agpl-3.0/">![License: AGPLv3](https://img.shields.io/badge/License-AGPLv3_Open_Source-blue.svg)</a> <a href="https://hub.docker.com/r/mirotalk/p2p">![Docker Pulls](https://img.shields.io/docker/pulls/mirotalk/p2p)</a> <a href="https://github.com/miroslavpejic85/mirotalk/commits/master">![Last Commit](https://img.shields.io/github/last-commit/miroslavpejic85/mirotalk)</a> <a href="https://discord.gg/rgGYfeYW3N">![Discord](https://img.shields.io/badge/Discord-Community-5865F2?logo=discord&logoColor=white)</a> <a href="https://www.linkedin.com/in/miroslav-pejic-976a07101/">![Author](https://img.shields.io/badge/Author-Miroslav_Pejic-brightgreen.svg)</a> </div> <br /> <p align="center"><strong>MiroTalk P2P</strong> is a <strong>self-hosted, open-source video conferencing</strong> platform using direct <strong>peer-to-peer WebRTC connections</strong> for fast, secure, real-time communication. Deploy on your own server in minutes. Enjoy unlimited rooms, no time limits, end-to-end privacy, and a rich feature set - all under your control.</p> <p align="center"> <a href="https://p2p.mirotalk.com">Try Live Demo</a> · <a href="https://p2p.mirotalk.com/privacy">Privacy</a> · <a href="https://docs.mirotalk.com/mirotalk-p2p/self-hosting/">Documentation</a> · <a href="https://discord.gg/rgGYfeYW3N">Discord</a> · <a href="https://github.com/sponsors/miroslavpejic85">Sponsor</a> </p> <br /> <p align="center"> <a href="https://p2p.mirotalk.com/"> <img src="public/images/mirotalk-github.gif" alt="MiroTalk P2P - Open Source Video Conferencing"> </a> </p> <p align="center">Proudly sponsored by</p> <h1 align=center><a href="https://www.recall.ai/?utm_source=github&utm_medium=sponsorship&utm_campaign=miroslavpejic85-mirotalk">Recall.ai</a> - API for meeting recording</h1> <p align="center">An API for recording Zoom, Google Meet, Microsoft Teams, and in-person meetings.</p> <hr /> <br /> <details> <summary>✨ Why MiroTalk P2P?</summary> <br/> | | MiroTalk P2P | Other Solutions | | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | | 💰 **Cost** | Free & Open Source (AGPLv3). [One-time fee licenses](https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661) available | Paid plans | | 🏠 **Self-hosted** | ✅ Full control over your data | ❌ Cloud only | | 🔒 **Privacy** | Your server, your rules | Third-party data processing | | ⏱️ **Time limits** | Unlimited | 40-60 min on free tiers | | 🏢 **Rooms** | Unlimited concurrent rooms | Limited | | 🎥 **Resolution** | Up to 8K @ 60fps | Up to 1080p | | 🌍 **Languages** | 133 languages | ~30-80 | | 🔌 **API** | Full REST API included | Paid add-on | | 🤖 **AI Features** | ChatGPT (OpenAI) integration | Paid AI add-ons | | 🧩 **Rebrand** | Full source code, white-label ready | Limited branding options | | 📦 **Deploy** | Docker, Node.js, one-click install | N/A (SaaS only) | </details> <details> <summary>🚀 Features</summary> <br/> - 🎥 Video up to **8K @ 60fps** · Screen sharing · Recording · Picture-in-Picture - 💬 Chat with Markdown & emoji · Collaborative whiteboard · File sharing - 🤖 ChatGPT (OpenAI) integration · Speech recognition - 🔒 OIDC auth · [Host protection](https://docs.mirotalk.com/mirotalk-p2p/host-protection/) · JWT credentials · Room passwords · Peer-to-peer encryption - 🔌 REST API · Slack & Mattermost · Embeddable [iframe](https://docs.mirotalk.com/mirotalk-p2p/integration/#iframe) & [widget](https://docs.mirotalk.com/mirotalk-p2p/integration/#widgets-integration) · 133 languages **[See all features →](https://docs.mirotalk.com/overview/)** </details> <details open> <summary>⚡ Quick start</summary> <br/> **Start in 6 commands:** ```bash git clone https://github.com/miroslavpejic85/mirotalk.git cd mirotalk cp .env.template .env cp app/src/config.template.js app/src/config.js npm install npm start ``` Open [http://localhost:3000](http://localhost:3000) - done! </details> <details> <summary>🐳 Docker</summary> <br/> ![docker](public/images/docker.png) **Prerequisites:** Install [Docker Engine](https://docs.docker.com/engine/install/) and [Docker Compose](https://docs.docker.com/compose/install/) - Image available on [Docker Hub](https://hub.docker.com/r/mirotalk/p2p) ```bash git clone https://github.com/miroslavpejic85/mirotalk.git cd mirotalk cp .env.template .env cp app/src/config.template.js app/src/config.js cp docker-compose.template.yml docker-compose.yml docker-compose pull # optional: pull official image docker-compose up # add -d to run in background ``` Open [http://localhost:3000](http://localhost:3000) - done! > **Note:** > Edit `app/src/config.js`, `.env`, and `docker-compose.yml` to customize your setup. </details> <details> <summary>📚 Documentation</summary> <br/> For detailed guides and references, visit the **[official documentation](https://docs.mirotalk.com)**: - [Our Story](https://docs.mirotalk.com/story/) - [About](https://docs.mirotalk.com/mirotalk-p2p/) - [Self-Hosting Guide](https://docs.mirotalk.com/mirotalk-p2p/self-hosting/) - [Automation-scripts](https://docs.mirotalk.com/scripts/about/) - [Configurations](https://docs.mirotalk.com/mirotalk-p2p/configurations/) - [Rebranding](https://docs.mirotalk.com/mirotalk-p2p/rebranding/) - [Host Protection Mode](https://docs.mirotalk.com/mirotalk-p2p/host-protection/) - [Integration](https://docs.mirotalk.com/mirotalk-p2p/integration/) - [Direct Room Join](https://docs.mirotalk.com/mirotalk-p2p/join-room/) - [REST API Documentation](https://docs.mirotalk.com/mirotalk-p2p/api/) - [Ngrok](https://docs.mirotalk.com/mirotalk-p2p/ngrok/) - [Updates](https://docs.mirotalk.com/mirotalk-p2p/updates/) - [WebHook](https://docs.mirotalk.com/mirotalk-p2p/webhook/) </details> <details open> <summary>☁️ Recommended Hosting Providers</summary> <br/> | Provider | Description | Link | | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | | [![Cloudron](public/sponsors/Cloudron.png)](https://www.cloudron.io/) | One-click install from the [Cloudron App Store](https://www.cloudron.io/store/index.html). Automates deployment, updates, backups, and user management. | [Get Started](https://www.cloudron.io/) | | [![Hetzner](public/sponsors/Hetzner.png)](https://www.hetzner.com) | High-performance cloud servers and dedicated root servers with top-tier reliability. Powers our live demo. | [Get €20 Free Credits](https://hetzner.cloud/?ref=XdRifCzCK3bn) | | [![Netcup](public/sponsors/Netcup.png)](https://www.netcup.com/en/?ref=309627) | Enterprise-grade performance at unbeatable prices. Scalable and reliable. | [Explore Netcup](https://www.netcup.com/en/?ref=309627) | | [![Hostinger](public/advertisers/Hostinger.png)](https://hostinger.com/?REFERRALCODE=MIROTALK) | Fast, reliable hosting with 24/7 support and great performance. | [Check out Hostinger](https://hostinger.com/?REFERRALCODE=MIROTALK) | | [![Contabo](public/advertisers/Contabo.png)](https://www.dpbolvw.net/click-101027391-14462707) | Top-tier German hosting, dedicated servers, VPS, and web hosting at unbeatable prices. | [Explore Contabo](https://www.dpbolvw.net/click-101027391-14462707) | To set up your own instance of `MiroTalk P2P` on a dedicated cloud server, please refer to our comprehensive [self-hosting documentation](https://docs.mirotalk.com/mirotalk-p2p/self-hosting/). </details> <details> <summary>🙏 Credits</summary> <br/> - ianramzy (html [template](https://cruip.com/demos/neon/)) - vasanthv (webrtc-logic) - fabric.js (whiteboard) - [DiceBear](https://www.dicebear.com/) (random avatars) - [Image by ddraw on Freepik](https://www.freepik.com/free-vector/collection-female-male-avatars_1105371.htm) (avatar illustrations) </details> <details> <summary>🤝 Contributing</summary> <br/> Contributions are welcome and greatly appreciated! Whether it's bug fixes, features, or documentation - every contribution helps. 1. Fork the repository 2. Create your feature branch 3. Run `npm run lint` before committing 4. Submit a pull request Have questions? Join our [Discord community](https://discord.gg/rgGYfeYW3N)! </details> <details> <summary>📄 License</summary> <br/> [![AGPLv3](public/images/AGPLv3.png)](LICENSE) MiroTalk P2P is free and open-source under the terms of AGPLv3 (GNU Affero General Public License v3.0). Please `respect the license conditions`, In particular `modifications need to be free as well and made available to the public`. Get a quick overview of the license at [Choose an open source license](https://choosealicense.com/licenses/agpl-3.0/). To obtain a [MiroTalk P2P license](https://docs.mirotalk.com/license/licensing-options/) with terms different from the AGPLv3, you can conveniently make your [purchase on CodeCanyon](https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661). This allows you to tailor the licensing conditions to better suit your specific requirements. </details> <details open> <summary>❤️ Support the project</summary> <br/> Do you find MiroTalk P2P indispensable for your needs? Join us in supporting this transformative project by [becoming a backer or sponsor](https://github.com/sponsors/miroslavpejic85). By doing so, not only will your logo prominently feature here, but you'll also drive the growth and sustainability of MiroTalk P2P. Your support is vital in ensuring that this valuable platform continues to thrive and remain accessible for all. Make an impact - back MiroTalk P2P today and be part of this exciting journey! | | | | | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | | [![EvoPlat](public/sponsors/EvoPlat.png)](https://evoplat.com) | [![Cloudron](public/sponsors/Cloudron.png)](https://cloudron.io) | [![EffectsSDK](public/sponsors/EffectsSDK.png)](https://effectssdk.ai/) | | [![QuestionPro](public/sponsors/QuestionPro.png)](https://www.questionpro.com) | [![BrowserStack](public/sponsors/BrowserStack.png)](https://www.browserstack.com) | [![CrystalSound](public/sponsors/CrystalSound.png)](https://crystalsound.ai) | | [![Netcup](public/sponsors/Netcup.png)](https://www.netcup.com/en/?ref=309627) | [![LiveAvatar](public/sponsors/LiveAvatarByHeyGen.png)](https://www.liveavatar.com/?utm_medium=sponsership&utm_campaign=mirotalk) | | </details> <details> <summary>🙏 Past Sponsors</summary> <br/> We are grateful to our past sponsors for their support! | | | | | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | | [![Hetzner](public/sponsors/HetznerLogo.png)](https://hetzner.cloud/?ref=XdRifCzCK3bn) | [![Kiquix](public/sponsors/KiquixLogo.png)](https://kiquix.com) | [![BroadcastX](public/sponsors/BroadcastX.png)](https://broadcastx.de/) | | [![LuvLounge](public/sponsors/LuvLounge.png)](https://luvlounge.ca) | [![TestMuAI](public/sponsors/TestMuAIBlack.svg)](https://www.testmuai.com/?utm_medium=sponsor&utm_source=mirotalk) | | </details> <details> <summary>📢 Advertisers</summary> --- | | | | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | | [![Hostinger](public/advertisers/Hostinger.png)](https://hostinger.com/?REFERRALCODE=MIROTALK) | [![Contabo](public/advertisers/Contabo.png)](https://www.dpbolvw.net/click-101027391-14462707) | [![Rambox](public/advertisers/RamboxLogo.png)](https://rambox.app?via=mirotalk) | --- </details> <details open> <summary>✨ EffectsSDK</summary> [![EffectsSDK](public/sponsors/EffectsSDK.png)](https://effectssdk.ai/) Enhance your video conferencing with **advanced virtual backgrounds** and **noise suppression**. EffectsSDK offers powerful SDKs and plugins for fast integration. - 🎥 [AI Video Effects Extension](https://chromewebstore.google.com/detail/effetti-webcam-ai-+-regis/iedbphhbpflhgpihkcceocomcdnemcbj): Virtual backgrounds and effects for your webcam - 🔊 [Noise Cancelling Extension](https://chromewebstore.google.com/detail/noise-cancelling-app/njmhcidcdbaannpafjdljminaigdgolj): Clearer audio with background noise reduction - 🛠️ [Integrate EffectsSDK](https://github.com/EffectsSDK): SDKs and plugins for custom solutions </details> <br /> --- This project is tested with [BrowserStack](https://www.browserstack.com). --- 🌐 **Explore all MiroTalk projects:** **[ → MiroTalk Overview](https://docs.mirotalk.com/overview/)** ![Star History Chart](https://app.repohistory.com/api/svg?repo=miroslavpejic85/mirotalk&type=Date&background=0D1117&color=62C3F8) <p align="center"> Built with ❤️ by <a href="https://www.linkedin.com/in/miroslav-pejic-976a07101/">Miroslav</a> and the open-source community </p>

Video Conferencing
4.6K Github Stars
MiroTalk SFU
Open Source

MiroTalk SFU

<div align="center"> <a href="https://sfu.mirotalk.com" target="_blank"> <img src="public/images/mirotalk-icon.png"> </a> </div> <h1 align="center">MiroTalk SFU</h1> <h3 align="center"> Self-hosted, open-source WebRTC video conferencing platform for real-time communication and collaboration at scale. </h3> <h4 align="center"> A modern alternative to Zoom, Google Meet, Jitsi Meet, and Microsoft Teams, powered by a scalable SFU architecture (Mediasoup). </h4> <br /> <div align="center"> [![GitHub Stars](https://img.shields.io/github/stars/miroslavpejic85/mirotalksfu?style=social)](https://github.com/miroslavpejic85/mirotalksfu/stargazers) [![GitHub Forks](https://img.shields.io/github/forks/miroslavpejic85/mirotalksfu?style=social)](https://github.com/miroslavpejic85/mirotalksfu/network/members) <a href="https://choosealicense.com/licenses/agpl-3.0/">![License: AGPLv3](https://img.shields.io/badge/License-AGPLv3_Open_Source-blue.svg)</a> <a href="https://hub.docker.com/r/mirotalk/sfu">![Docker Pulls](https://img.shields.io/docker/pulls/mirotalk/sfu)</a> <a href="https://github.com/miroslavpejic85/mirotalksfu/commits/main">![Last Commit](https://img.shields.io/github/last-commit/miroslavpejic85/mirotalksfu)</a> <a href="https://discord.gg/rgGYfeYW3N">![Discord](https://img.shields.io/badge/Discord-Community-5865F2?logo=discord&logoColor=white)</a> <a href="https://www.linkedin.com/in/miroslav-pejic-976a07101/">![Author](https://img.shields.io/badge/Author-Miroslav_Pejic-brightgreen.svg)</a> </div> <br /> <p align="center"><strong>MiroTalk SFU</strong> is a <strong>self-hosted, open-source video conferencing</strong> platform built on <a href="https://mediasoup.org" target="_blank">mediasoup</a> SFU architecture for scalable real-time communication. A powerful alternative to <strong>Zoom, Google Meet, and Microsoft Teams</strong> for video conferencing, collaboration, and streaming. Deploy it on your own server and keep full control over your data, privacy, and infrastructure — with no vendor lock-in and no limits.</p> <p align="center"> <a href="https://sfu.mirotalk.com">Try Live Demo</a> · <a href="https://sfu.mirotalk.com/privacy">Privacy</a> · <a href="https://docs.mirotalk.com/mirotalk-sfu/self-hosting/">Documentation</a> · <a href="https://discord.gg/rgGYfeYW3N">Discord</a> · <a href="https://github.com/sponsors/miroslavpejic85">Sponsor</a> </p> <br /> <p align="center"> <a href="https://sfu.mirotalk.com/"> <img src="public/images/mirotalksfu-github.gif" alt="MiroTalk SFU - Open Source Video Conferencing"> </a> </p> <p align="center">Proudly sponsored by</p> <h1 align=center><a href="https://www.recall.ai/?utm_source=github&utm_medium=sponsorship&utm_campaign=miroslavpejic85-mirotalksfu">Recall.ai</a> - API for meeting recording</h1> <p align="center">An API for recording Zoom, Google Meet, Microsoft Teams, and in-person meetings.</p> <hr /> <br/> <details> <summary>✨ Why MiroTalk SFU?</summary> <br/> | | MiroTalk SFU | Zoom / Meet / Teams | | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | | 💰 **Cost** | Free & Open Source (AGPLv3). [One-time fee licenses](https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970) available | Paid plans | | 🏠 **Self-hosted** | ✅ Full control over your data | ❌ Cloud only | | 🔒 **Privacy** | Your server, your rules | Third-party data processing | | ⏱️ **Time limits** | Unlimited | 40-60 min on free tiers | | 🏢 **Rooms** | Unlimited concurrent rooms | Limited | | 🎥 **Resolution** | Up to 8K @ 60fps | Up to 1080p | | 🌍 **Languages** | 133 languages | ~30-80 | | 🔌 **API** | Full REST API included | Paid add-on | | 📡 **RTMP/OBS** | Built-in RTMP streaming | Third-party needed | | 🤖 **AI Features** | ChatGPT, DeepSeek + VideoAI integration | Paid AI add-ons | | 🧩 **Rebrand** | Full source code, white-label ready | Limited branding options | | 📦 **Deploy** | Docker, Node.js, one-click install | N/A (SaaS only) | </details> <details> <summary>🚀 Features</summary> <br/> - 🎥 Video up to **8K @ 60fps** · Screen sharing · Recording · Picture-in-Picture - 💬 Chat with Markdown & emoji · Collaborative whiteboard and Rich text editor · File sharing - 🤖 ChatGPT (OpenAI) & DeepSeek integration · VideoAI avatars · Speech recognition - 🔒 OIDC auth · [Host protection](https://docs.mirotalk.com/mirotalk-sfu/host-protection/) · JWT credentials · Room passwords · Lobby & spam mitigation - 🔌 REST API · Slack, Discord & Mattermost · Embeddable [iframe](https://docs.mirotalk.com/mirotalk-sfu/integration/#iframe) & [widget](https://docs.mirotalk.com/mirotalk-sfu/integration/#widgets-integration) · 133 languages **[See all features →](https://docs.mirotalk.com/mirotalk-sfu/)** </details> <details open> <summary>⚡ Quick Start</summary> <br/> **Start in 6 commands:** ```bash git clone https://github.com/miroslavpejic85/mirotalksfu.git cd mirotalksfu cp app/src/config.template.js app/src/config.js cp .env.template .env npm install npm start ``` Open [https://localhost:3010](https://localhost:3010) - done! --- <details> <summary>📋 Full Setup Guide (Requirements & Details)</summary> <br/> Before running MiroTalk SFU, ensure you have `Node.js` and all [requirements](https://mediasoup.org/documentation/v3/mediasoup/installation/#requirements) installed. This project has been tested with Node version [22.X](https://nodejs.org/en/download). Requirements install example for `Ubuntu 24.04 LTS`: ```bash apt-get update apt-get install -y build-essential DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata apt install -y software-properties-common add-apt-repository -y ppa:deadsnakes/ppa apt update apt install -y python3.8 python3-pip apt install -y ffmpeg ``` --- ![nodejs](public/images/nodejs.png) Install `NodeJS 22.X` and `npm` using [Node Version Manager](https://docs.mirotalk.com/nvm/nvm/) --- Start the server: ```bash git clone https://github.com/miroslavpejic85/mirotalksfu.git cd mirotalksfu cp app/src/config.template.js app/src/config.js cp .env.template .env npm install npm start # or: SERVER_LISTEN_PORT=3011 npm start ``` Open [https://localhost:3010](https://localhost:3010) - done! > \[!NOTE] > > To run `MiroTalk SFU` on a `Windows operating system`, you can follow the instructions provided in [this documentation](https://github.com/miroslavpejic85/mirotalksfu/issues/99#issuecomment-1586073853). </details> </details> <details> <summary>🐳 Docker</summary> <br/> ![docker](public/images/docker.png) **Prerequisites:** Install [Docker Engine](https://docs.docker.com/engine/install/) and [Docker Compose](https://docs.docker.com/compose/install/) - Image available on [Docker Hub](https://hub.docker.com/r/mirotalk/sfu) ```bash git clone https://github.com/miroslavpejic85/mirotalksfu.git cd mirotalksfu cp app/src/config.template.js app/src/config.js cp .env.template .env cp docker-compose.template.yml docker-compose.yml docker-compose pull # optional: pull official image docker-compose up # add -d to run in background ``` Open [https://localhost:3010](https://localhost:3010) - done! > **Note:** Edit `app/src/config.js`, `.env`, and `docker-compose.yml` to customize your setup. </details> <details> <summary>📚 Documentation</summary> <br/> For detailed guides and references, visit the **[official documentation](https://docs.mirotalk.com)**: - [Our Story](https://docs.mirotalk.com/story/) - [About](https://docs.mirotalk.com/mirotalk-sfu/) - [Self-Hosting Guide](https://docs.mirotalk.com/mirotalk-sfu/self-hosting/) - [Automation-scripts](https://docs.mirotalk.com/scripts/about/) - [Configurations](https://docs.mirotalk.com/mirotalk-sfu/configurations/) - [Rebranding](https://docs.mirotalk.com/mirotalk-sfu/rebranding/) - [Host Protection Mode](https://docs.mirotalk.com/mirotalk-sfu/host-protection/) - [Integration](https://docs.mirotalk.com/mirotalk-sfu/integration/) - [Direct Room Join](https://docs.mirotalk.com/mirotalk-sfu/join-room/) - [RTMP Setup](https://docs.mirotalk.com/mirotalk-sfu/rtmp/) - [REST API Documentation](https://docs.mirotalk.com/mirotalk-sfu/api/) - [Scalability](https://docs.mirotalk.com/mirotalk-sfu/scalability/) - [Ngrok](https://docs.mirotalk.com/mirotalk-sfu/ngrok/) - [Updates](https://docs.mirotalk.com/mirotalk-sfu/updates/) - [WebHook](https://docs.mirotalk.com/mirotalk-sfu/webhook/) </details> <details open> <summary>☁️ Recommended Hosting Providers</summary> <br/> | Provider | Description | Link | | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | | [![Cloudron](public/sponsors/CloudronLogo.png)](https://www.cloudron.io/) | One-click install from the [Cloudron App Store](https://www.cloudron.io/store/index.html). Automates deployment, updates, backups, and user management. | [Get Started](https://www.cloudron.io/) | | [![Hetzner](public/sponsors/Hetzner.png)](https://www.hetzner.com) | High-performance cloud servers and dedicated root servers with top-tier reliability. Powers our live demo. | [Get €20 Free Credits](https://hetzner.cloud/?ref=XdRifCzCK3bn) | | [![Netcup](public/sponsors/Netcup.png)](https://www.netcup.com/en/?ref=309627) | Enterprise-grade performance at unbeatable prices. Scalable and reliable. | [Explore Netcup](https://www.netcup.com/en/?ref=309627) | | [![Hostinger](public/advertisers/HostingerLogo.png)](https://hostinger.com/?REFERRALCODE=MIROTALK) | Fast, reliable hosting with 24/7 support and great performance. | [Check out Hostinger](https://hostinger.com/?REFERRALCODE=MIROTALK) | | [![Contabo](public/advertisers/ContaboLogo.png)](https://www.dpbolvw.net/click-101027391-14462707) | Top-tier German hosting, dedicated servers, VPS, and web hosting at unbeatable prices. | [Explore Contabo](https://www.dpbolvw.net/click-101027391-14462707) | To set up your own instance of `MiroTalk SFU` on a dedicated cloud server, please refer to our comprehensive [self-hosting documentation](https://docs.mirotalk.com/mirotalk-sfu/self-hosting/). </details> <details> <summary>🙏 Credits</summary> <br/> - [Davide Pacilio](https://cruip.com/demos/solid/) (html template) - [Dirk Vanbeveren](https://github.com/Dirvann) (sfu logic) - [Mediasoup](https://mediasoup.org) (sfu server) - [DiceBear](https://www.dicebear.com/) (random avatars) - [Image by ddraw on Freepik](https://www.freepik.com/free-vector/collection-female-male-avatars_1105371.htm) (avatar illustrations) </details> <details> <summary>🤝 Contributing</summary> <br/> Contributions are welcome and greatly appreciated! Whether it's bug fixes, features, or documentation - every contribution helps. 1. Fork the repository 2. Create your feature branch 3. Run `npm run lint` before committing 4. Submit a pull request Have questions? Join our [Discord community](https://discord.gg/rgGYfeYW3N)! </details> <details> <summary>📄 License</summary> <br/> [![AGPLv3](public/images/AGPLv3.png)](LICENSE) MiroTalk SFU is free and open-source under the terms of AGPLv3 (GNU Affero General Public License v3.0). Please `respect the license conditions`, In particular `modifications need to be free as well and made available to the public`. Get a quick overview of the license at [Choose an open source license](https://choosealicense.com/licenses/agpl-3.0/). To obtain a [MiroTalk SFU license](https://docs.mirotalk.com/license/licensing-options/) with terms different from the AGPLv3, you can conveniently make your [purchase on CodeCanyon](https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970). This allows you to tailor the licensing conditions to better suit your specific requirements. </details> <details open> <summary>❤️ Support the project</summary> <br/> Do you find MiroTalk SFU indispensable for your needs? Join us in supporting this transformative project by [becoming a backer or sponsor](https://github.com/sponsors/miroslavpejic85). By doing so, not only will your logo prominently feature here, but you'll also drive the growth and sustainability of MiroTalk SFU. Your support is vital in ensuring that this valuable platform continues to thrive and remain accessible for all. Make an impact - back MiroTalk SFU today and be part of this exciting journey! | | | | | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | | [![EvoPlat](public/sponsors/EvoPlat.png)](https://evoplat.com) | [![Cloudron](public/sponsors/Cloudron.png)](https://cloudron.io) | [![EffectsSDK](public/sponsors/EffectsSDK.png)](https://effectssdk.ai/) | | [![QuestionPro](public/sponsors/QuestionPro.png)](https://www.questionpro.com) | [![BrowserStack](public/sponsors/BrowserStack.png)](https://www.browserstack.com) | [![CrystalSound](public/sponsors/CrystalSound.png)](https://crystalsound.ai) | | [![Netcup](public/sponsors/Netcup.png)](https://www.netcup.com/en/?ref=309627) | [![LiveAvatar](public/sponsors/LiveAvatarByHeyGen.png)](https://www.liveavatar.com/?utm_medium=sponsership&utm_campaign=mirotalk) | | </details> <details> <summary>🙏 Past Sponsors</summary> <br/> We are grateful to our past sponsors for their support! | | | | | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | | [![Hetzner](public/sponsors/HetznerLogo.png)](https://hetzner.cloud/?ref=XdRifCzCK3bn) | [![Kiquix](public/sponsors/KiquixLogo.png)](https://kiquix.com) | [![BroadcastX](public/sponsors/BroadcastX.png)](https://broadcastx.de/) | | [![LuvLounge](public/sponsors/LuvLounge.png)](https://luvlounge.ca) | [![TestMuAI](public/sponsors/TestMuAIBlack.svg)](https://www.testmuai.com/?utm_medium=sponsor&utm_source=mirotalk) | | </details> <details> <summary>📢 Advertisers</summary> --- | | | | | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | | [![Hostinger](public/advertisers/Hostinger.png)](https://hostinger.com/?REFERRALCODE=MIROTALK) | [![Contabo](public/advertisers/Contabo.png)](https://www.dpbolvw.net/click-101027391-14462707) | [![Rambox](public/advertisers/RamboxLogo.png)](https://rambox.app?via=mirotalk) | --- </details> <details open> <summary>✨ EffectsSDK</summary> [![EffectsSDK](public/sponsors/EffectsSDK.png)](https://effectssdk.ai/) `Enhance your video conferencing` experience with `advanced virtual backgrounds` and `noise suppression`. EffectsSDK offers powerful SDKs and plugins for fast integration. **Explore:** - 🎥 **[AI Video Effects Extension](https://chromewebstore.google.com/detail/effetti-webcam-ai-+-regis/iedbphhbpflhgpihkcceocomcdnemcbj)**: Add virtual backgrounds and effects to your webcam. - 🔊 **[Noise Cancelling Extension](https://chromewebstore.google.com/detail/noise-cancelling-app/njmhcidcdbaannpafjdljminaigdgolj)**: Reduce background noise for clearer audio. - 🛠️ **[Integrate EffectsSDK](https://github.com/EffectsSDK)**: Access SDKs and plugins for custom solutions. </details> <br /> --- This project is tested with [BrowserStack](https://www.browserstack.com). --- 🌐 **Explore all MiroTalk projects:** **[ → MiroTalk Overview](https://docs.mirotalk.com/overview/)** ![Star History Chart](https://app.repohistory.com/api/svg?repo=miroslavpejic85/mirotalksfu&type=Date&background=0D1117&color=62C3F8) <p align="center"> Built with ❤️ by <a href="https://www.linkedin.com/in/miroslav-pejic-976a07101/">Miroslav</a> and the open-source community </p>

Video Conferencing
3K Github Stars
p2p
Open Source

p2p

<p align="center"> <img src="ico/p2p.ico" /> </p> # <p align="center">P2P Remote Desktop</p> <p align="center">Remote Desktop P2P based - Portable, No Configuration or Installation Needed.</p> <hr /> ## How it works - Compile and Open `p2p.exe` as admin in 2 different PC's. ![p2p-exe](img/p2p-exe.png) - Copy the `My Lan or Wan IP` and communicate it to other peer and vice versa. ![p2p-connection](img/p2p-connection.png) - The 2 peers have now the 2 endpoint to connect to, so press on both `Connect`. - The 2 peers now are able to `sent messages` or take the `Remote Desktop Control` between them. ![p2p-remote-desktop](img/p2p-remote-desktop.png) </br > It's use [UDT protocol](https://en.wikipedia.org/wiki/UDP-based_Data_Transfer_Protocol) and thanks to `rendezvous` connection, it should be able to `bypass most firewall rules`, like a small concept of `TeamViewer` at 0 cost! ![p2p-logic](img/p2p-logic.png) ## Note The app doesn't have a `digital signature` being an open source project, it may be detected as a `false positive` by AVs. When you compile it from the source code, just add the project in the exception. Thank you for understanding. ## Contributing Contributions are welcome and greatly appreciated! ## License [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge&logo=AdGuard)](LICENSE) ## Support [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/mirotalk/p2p-remote-desktop-portable)

Terminal Emulators Tunnel & Remote Access
4K Github Stars