https://github.com/hectorta1989/webrtc-broadcast-video-conference
https://github.com/hectorta1989/webrtc-broadcast-video-conference
broadcast videoconference videostreaming webrtc
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hectorta1989/webrtc-broadcast-video-conference
- Owner: HectorTa1989
- Created: 2021-05-11T23:02:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T23:04:59.000Z (over 4 years ago)
- Last Synced: 2025-01-07T06:47:45.106Z (9 months ago)
- Topics: broadcast, videoconference, videostreaming, webrtc
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebRTC Video Conference Tutorial
This tutorial is divided in three versions:
* Plain WebRTC (One to One)
* WebRTC using Media Server (Many to Many)
* WebRTC using CPaaS (Many to Many)Each version lives on its own branch so you can checkout to each one to review them.
git checkout webrtc // for one to one webrtc tutorial
git checkout kurento // for webrtc using media server
git checkout tokbox // for webrtc using CPaaSAs you can see we're using [Kurento](http://www.kurento.org/) as media server and [Tokbox](https://tokbox.com/) as CPaaS service.