Description
MiroTalk BRO – WebRTC P2P Live Video Audio Screen Broadcast
Fast integration
To integrate MiroTalk BRO as a service into your website or app, you can easily achieve this by utilizing an iframe and adding a few lines of code.
Check out the example here
<iframe allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; autoplay" src="https://bro.mirotalk.com" style="height: 100vh; width: 100vw; border: 0px;" ></iframe>
Description
MiroTalk WebRTC Live broadcasting involves the real-time transmission of audio, video, and data streams from a broadcaster to multiple viewers. Instead of relying on a centralized server to distribute the stream to viewers, WebRTC enables a direct connection between the broadcaster and each viewer. This approach offers several advantages, such as lower latency, scalability, and reduced infrastructure costs.
Can handle unlimited rooms, without time limitations, each having a broadcast and many viewers.
The Broadcaster stream the audio, video or screen to all connected viewers and can receive messages from them.
The Viewer get the audio, video or screen that is streamed from the broadcaster and can send messages to it.
Exclusive Offer
Claim €20 in Hetzner Cloud Credits! Your exclusive link awaits – seize the opportunity today!
https://hetzner.cloud/?ref=XdRifCzCK3bn
Rest API
Explore the API documentation here
Direct Join
You can direct join room as broadcaster or viewer specifying the room id and your name ex:
- Broadcast: https://bro.mirotalk.com/broadcast?id=demo&name=Broadcaster
- Viewer: https://bro.mirotalk.com/viewer?id=demo&name=Viewer
Requirements
- Nodejs & npm.
- Optional docker and docker-compose.
- Optional coturn.
There are no reviews yet.