Skip to content

BastiDood/webrtc-broadcast

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

WebRTC Broadcast

This project demonstrates an example implementation for a one-to-many broadcast stream via WebRTC. To be network-friendly towards the host, an intermediary server is involved so that the host uploads their stream only once (to the server). Then, the server clones and forwards the host's media packets to each of the client peers. Nevertheless, all of the media transport and stream maintenance are still handled by WebRTC.

See the READMEs of the front-end and the back-end for more details on build instructions and overall architecture.

About

An example implementation for a one-to-many WebRTC broadcast written in Rust.

Topics

Resources

Stars

Watchers

Forks