Show HN: I built a Zoom alternative with 1 command(sfu.mirotalk.com)3 ポイント·投稿者 mp85·3 か月前·1 コメントsfu.mirotalk.comShow HN: I built a Zoom alternative with 1 commandhttps://sfu.mirotalk.com1 コメントコメントを投稿[–]mp85·3 か月前返信Hi HNI’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.shIt 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.comGitHub: https://github.com/miroslavpejic85/mirotalksfuI’d really appreciate feedback, especially from people who have used WebRTC in production.What’s missing?What would you improve?
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?