Skip to content

Latest commit

 

History

History
 
 

broadcast

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

WebRTC One-to-Many video sharing/broadcasting / Demo

It is a one-to-many WebRTC Experiment.

If 10 users join your broadcasted room, 40 RTP ports will be opened on your browser:

  1. 10 RTP ports for outgoing audio stream
  2. 10 RTP ports for outgoing video stream
  3. 10 RTP ports for incoming audio stream
  4. 10 RTP ports for incoming video stream

Difference between one-way broadcasting and simple broadcasting

For 10 users session, in one-way broadcasting:

  1. 10 RTP ports for outgoing audio stream
  2. 10 RTP ports for outgoing video stream

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; simple broadcasting experiment opens both outgoing as well as incoming RTP ports for each participant.

Browser Support

This WebRTC Video Broadcasting Experiment works fine on following web-browsers:

Browser Support
Firefox Stable / Aurora / Nightly
Google Chrome Stable / Canary / Beta / Dev
Internet Explorer / IE Chrome Frame

License

WebRTC Video Broadcasting Experiment is released under MIT licence . Copyright (c) 2013 Muaz Khan.