mp85 2 hours ago
I’ve been working on an open-source WebRTC project called *MiroTalk SFU*.
The goal was simple: make it extremely easy to deploy and customize your own video platform (like Zoom or Meet) without dealing with complex setups.
You can install it with a single command:
wget -qO sfu-install.sh https://docs.mirotalk.com/scripts/sfu/sfu-install.sh && chmod +x sfu-install.sh && ./sfu-install.sh
It includes:
* SFU-based video conferencing
* Screen sharing, recording, chat and more
* REST APIs and integrations
* Self-hosting + full control
* Something more flexible than Jitsi for custom projects (AI, immersive apps, etc.).
Live demo: https://sfu.mirotalk.com
GitHub: https://github.com/miroslavpejic85/mirotalksfu
I’d really appreciate feedback, especially from people who have used WebRTC in production.
What’s missing?
What would you improve?