Video coming soon…
📹 Setup MiroTalk — Self-Hosted WebRTC Video Calls
Deploy MiroTalk P2P on Ubuntu — a lightweight, browser-based WebRTC video conferencing server for secure, self-hosted video calls with screen sharing and chat, no accounts required.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/communication/mirotalk/mirotalk-ubuntu.sh
chmod +x mirotalk-ubuntu.sh
sudo bash mirotalk-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/communication/mirotalk/mirotalk-ubuntu.sh
2 Make it Executable
chmod +x mirotalk-ubuntu.sh
3 Run the Installer
The script installs Docker if needed, pulls the mirotalk/p2p image, and starts it on port 3025 (mapped to the container's internal 3000) with the server listening on all interfaces.
sudo bash mirotalk-ubuntu.sh
4 Open a Video Room
Open your browser and navigate to MiroTalk, then create or join a room and share the link with participants:
http://<your-server-ip>:3025
Ports Used
| Port | Purpose |
|---|---|
| 3025 | Web UI + Signaling WebSocket (host → container 3000) |