Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit b9cfd4d

Browse files
authored
Two way audio mediasoup -- experimental
1 parent 567ee47 commit b9cfd4d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

_posts/2.5/2021-06-09-new.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,13 @@ Newly introduced Timeline with slide thumbnails and improved display of user emo
8484

8585
### Improved scaling of webcams and screenshare
8686

87-
BigBlueButton now uses [mediasoup](https://mediasoup.org/) (instead of Kurento) as its default WebRTC media server. You'll find mediasoup able to handle more audio and video streams (including screenshare) using less memory and CPU.
87+
BigBlueButton now uses [mediasoup](https://mediasoup.org/) (instead of Kurento) as its default WebRTC media server. You'll find mediasoup able to handle more media streams (including screenshare) using less memory and CPU.
8888

8989
For analysis on mediasoup vs. Kurento, see [BigBlueButton World - BigBlueButton's Media Stack and the Road Ahead](https://youtu.be/SBO5iWLs0KE). Note that Kurento is still installed on the system and still plays a role in the recording of media.
9090

9191

92+
## Experimental
93+
9294
### Two-way microphone connections using Mediasoup
9395

9496
FreeSWITCH is awesome, but it doesn't support dual-stack IPV4 and IPV6 (we bridge this with nginx). It does not support trickle ICE for quick connections.
@@ -124,14 +126,15 @@ Once that flag is enabled in bbb-webrtc-sfu, there are two ways of opting in:
124126

125127
After a restart of BigBlueButton (`sudo bbb-conf --restart`), it should be ready to test. Reverting to the default options can be achieved by removing the override sections (and passed API parameters) and restart of BigBlueButton.
126128

129+
## Upgraded components
127130

128131
### Ubuntu 20.04
129132

130-
Under the hood, BigBlueButton 2.5 installs on Ubuntu 20.04 64-bit, and the following key components have been updated
133+
Under the hood, BigBlueButton 2.5 installs on Ubuntu 20.04 64-bit, and the following key components have been upgraded
131134

132135
- Tomcat 9
133136
- Java 11
134-
- Meteor 2.5
137+
- Meteor 2.6.1
135138
- SBT 1.6.2
136139
- Grails 5.0.1
137140
- Gradle 7.3.1

0 commit comments

Comments
 (0)