broadcast/README.md
=
=
If 10 users join your broadcasted room, 40 RTP ports will be opened on your browser:
=
For 10 users session, in one-way broadcasting:
i.e. total 20 outgoing RTP ports will be opened on your browser.
On each participant's side; only 2 incoming RTP ports will be opened.
Unlike one-way broadcasting; one-to-many broadcasting experiment opens both outgoing as well as incoming RTP ports for each participant.
=
For signaling; please check following page:
https://github.com/muaz-khan/WebRTC-Experiment/blob/master/Signaling.md
Remember, you can use any signaling implementation without modifying a single line! Just skip below code and open above link!
=
This WebRTC Video Broadcasting Experiment works fine on following web-browsers:
| Browser | Support |
|---|---|
| Firefox | Stable / Aurora / Nightly |
| Google Chrome | Stable / Canary / Beta / Dev |
| Android | Chrome Beta |
=
WebRTC Video Broadcasting Experiment is released under MIT licence . Copyright (c) 2013 Muaz Khan.