audio-broadcast/README.md
=
=
If 10 users join your broadcasted room, 20 RTP ports will be opened on your browser:
=
For 10 users session, maximum 10 RTP ports for outgoing audio stream will be opened.
On each participant's side; only one incoming RTP port 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 exists out there without modifying any single line! Just skip below code and open above link!
=
This WebRTC Audio Broadcasting Experiment works fine on following web-browsers:
| Browser | Support |
|---|---|
| Firefox | Stable / Aurora / Nightly |
| Google Chrome | Stable / Canary / Beta / Dev |
| Android | Chrome Beta |
=
WebRTC Audio Broadcasting Experiment is released under MIT licence . Copyright (c) 2013 Muaz Khan.