openj-gate.com

lechoixdeslibraires.com

open4u.co.uk

argosnear.me

sarf3omlat.com

opencities.ca

australia-opening-times.com

Video Stream Mixing

Multipoint Conference Unit (MCU)

Each participant of Multipoint Conference Unit (MCU) can publish a WebRTC stream and play a mixer stream with audio and video from the other participants and own video (without own audio)

To organize Multipoint Conference Unit (MCU), real-time stream mixer function is added to WCS. Lack of own audio playback for the conference user eliminates the echo effect.

The key difference between the MCU and the classic conference is the number of video streams received by each participant.

In the case of a regular conference, each participant receives N different video streams and plays them in N <video> elements on the page. As a result, if the user receives 3 streams of 1 Mbps each, then the total bitrate is 3 Mbps.

In the case of the MCU, each participant receives only 1 mosaic stream, assembled from the flows of other participants, with a fixed bitrate, which depends on the output resolution of the mixer (720p 2Mbps). And plays in one <video> element. Mixing is done on the server side and consumes server CPU and RAM resources.

That is, in the first case of regular conferences, we save CPU and RAM of the server, but we spend a lot of network and browser resources on rendering N <video> frames. In the second case (MCU), we save the network and browser resources, but heavily load the CPU and RAM of the server, because mixing 1 room MCU may require 2 physical cores.

Specifications

Stream
sources
Protocols Playback
platforms
  • Chrome
  • Firefox
  • Opera
  • Safari, Mac OS
  • Safari, iOS
  • Edge
  • iOS SDK
  • Android SDK
  • WebRTC
  • Chrome
  • Firefox
  • Opera
  • Safari, Mac OS
  • Safari, iOS
  • Edge
  • iOS SDK
  • Android SDK
Stream sources
  • Chrome
  • Firefox
  • Opera
  • Safari, Mac OS
  • Safari, iOS
  • Edge
  • iOS SDK
  • Android SDK
Protocols
  • WebRTC
Playback platforms
  • Chrome
  • Firefox
  • Opera
  • Safari, Mac OS
  • Safari, iOS
  • Edge
  • iOS SDK
  • Android SDK

Scheme of the MCU

Each MCU participant sends video + audio streams to the WCS. WCS gives MCU participants a mixed stream that contains video of all participants and audio of all but their own.

scheme of MCU WCS WebRTC browser conference MCU realtime mixer

Step-by-step diagram of the MCU

  1. Browser 1 publishes audio + video stream on WCS
  2. Browser 2 publishes audio + video stream on WCS
  3. WCS mixes the published streams into one
  4. WCS returns mixed stream without its own audio to browser 1
  5. WCS returns mixed stream without its own audio to browser 2

 

callflow of MCU WCS WebRTC browser conference MCU realtime mixer

For information on testing Multipoint Conference Unit (MCU), see Testing

Download Web Call Server 5

System requirements: Linux x86_64, 1 core CPU, 2 Gb RAM, Java

    Download Now    

Installation:

  1. wget https://flashphoner.com/download-wcs5.2-server.tar.gz
  2. Unpack and install using 'install.sh'
  3. Launch server using command 'service webcallserver start'
  4. Open the web interface https://host:8444 and activate your license

 

If you are using Amazon EC2, you don't need to download anything.

Launch WCS5 on Amazon EC2

 

Web Call Server Monthly Subscription

$145 per month

 

   Purchase   

 


Related Articles