Go to file
Paulo Lanzarin 936363b310 feat(bbb-webrtc-sfu): enable new mediasoup balancing strategies
We currently use a simple producer round-robin algorithm to distribute
elements between mediasoup workers. This works for most scenarios but
fails in some edge cases, such as:
  - 1-to-N scenarios where N >= ~600-800 (sample number, varies by
  single-core performance). This is due to subscribers being pinned to a
  producer's worker.
  - Poor distribution results from round-robin.

Enable the following new features in bbb-webrtc-sfu via after-install by
default:
  - `mediasoup.workerBalancing.strategy: least-loaded`: Replaces
  round-robin with load scoring. Workers are selected based on which is
  least loaded.
  - `mediasoup.enableWorkerTransposing: true`: Allows media streams to be
  bridged between workers through internal RTP pipes. This, along with a
  per-worker stream limit, enables seamless offloading of streams between
  workers (whether publishers or subscribers). The per-worker stream limit
  is still under review.

These changes should address the issues mentioned. They are enabled via
after-install because the SFU version is shared with previous BBB versions
where these features are not desirable yet.
2024-08-01 18:21:07 +00:00
.github core: add concurrency field for steps that request for github API 2024-07-18 15:44:55 -03:00
akka-bbb-apps Merge pull request #20793 from gustavotrott/akka-timer-refactor 2024-07-31 14:31:15 -03:00
akka-bbb-fsesl fix(sec): Bump logback-classic 2024-03-15 12:07:07 -04:00
bbb-common-message refactor: Remove old userStatus Emoji (#20717) 2024-07-18 08:58:38 -04:00
bbb-common-web docs: enhance readability and information availability for presentation files supported (#20741) 2024-07-19 15:32:21 -04:00
bbb-export-annotations build(deps): bump the npm_and_yarn group across 6 directories with 16 updates 2024-06-24 18:43:10 +00:00
bbb-fsesl-client Merge pull request #19815 from antobinary/march15-03 2024-03-18 10:04:17 -04:00
bbb-graphql-actions refactor: Remove old userStatus Emoji (#20717) 2024-07-18 08:58:38 -04:00
bbb-graphql-client-test Fix client test 2024-07-02 14:56:44 -03:00
bbb-graphql-middleware build(gql): Upgrade Hasura and refactor sh scripts (#20699) 2024-07-12 13:32:20 -04:00
bbb-graphql-server feat(private-chat): message read confirmation feedback (#20722) 2024-07-22 12:01:24 -04:00
bbb-learning-dashboard build(deps-dev): bump postcss 2024-07-25 01:31:08 +00:00
bbb-libreoffice chore: Fix typo (found by typos) (port) #19834 2024-03-18 09:58:53 -04:00
bbb-livekit Add Livekit package 2023-11-28 13:25:50 +01:00
bbb-recording-imex [Snyk] Fix for 2 vulnerabilities (recording-imex) 2024-01-19 16:10:40 -05:00
bbb-voice-conference/config/freeswitch chore: Fix typo (found by typos) (port) #19834 2024-03-18 09:58:53 -04:00
bigbluebutton-config chore: Bump release to 3.0.0-beta.1 2024-07-19 14:33:46 -04:00
bigbluebutton-html5 Merge pull request #20805 from prlanzarin/u30/refactor/remove-connstatus-jitter 2024-07-31 11:11:21 -03:00
bigbluebutton-tests test: Add message to the test expect (#20718) 2024-07-30 18:49:02 -04:00
bigbluebutton-web Remove enter API validation logic 2024-07-30 20:42:40 +00:00
build feat(bbb-webrtc-sfu): enable new mediasoup balancing strategies 2024-08-01 18:21:07 +00:00
docs docs: fix graphqlWebsocketUrl in cluster proxy setup docs (#20797) 2024-07-30 12:08:09 -04:00
labs/stress-testing Removes vertx-akka file 2022-06-30 16:51:23 -03:00
record-and-playback fix: record-and-playback/core/Gemfile & record-and-playback/core/Gemfile.lock to reduce vulnerabilities (#20723) 2024-07-18 09:39:30 -04:00
scripts/code-review Fix parameter check on checkout-to-pr script (#18705) 2023-09-04 10:59:49 -03:00
.gitignore refactor: make bbb client work without meteor service (partial) (#19869) 2024-03-21 16:41:32 -03:00
.gitlab-ci.yml Add Livekit package 2023-11-28 13:25:50 +01:00
.nvmrc Add .nvmrc 2018-10-03 13:33:59 -04:00
bbb-etherpad.placeholder.sh chore: Bump Etherpad to 1.9.4 2023-11-20 11:16:17 -03:00
bbb-pads.placeholder.sh build: Bump bbb-pads to 1.5.2 (port from 2.7) #19070 2023-12-19 11:51:37 -05:00
bbb-playback.placeholder.sh build: Bump bbb-playback to 5.1.1 2024-06-14 10:38:57 -04:00
bbb-presentation-video.placeholder.sh Update bbb-presentation-video to 5.0.0-beta.1 for tldraw v2 shape support 2024-06-11 15:01:47 -04:00
bbb-transcription-controller.placeholder.sh feat: Initial BBB 3.0 Gladia transcriptions implementation (#20295) 2024-06-12 12:06:07 -04:00
bbb-webhooks.placeholder.sh build(bbb-webhooks): v3.2.0 2024-06-25 19:25:48 -03:00
bbb-webrtc-recorder.placeholder.sh build(bbb-webrtc-recorder): v0.7.0 2024-03-14 14:08:54 -03:00
bbb-webrtc-sfu.placeholder.sh build(bbb-webrtc-sfu): v2.14.0-beta.3 2024-06-14 10:52:07 -03:00
freeswitch.placeholder.sh build(sec): upgrade FreeSWITCH to 1.10.11 +sofia-sip +libks (#19377) 2024-01-03 15:19:09 -05:00
LICENSE Add license file 2020-04-23 13:51:05 -03:00
README.md Update README.md 2023-10-22 07:05:51 +02:00
SECURITY.md chore: Fix typo (found by typos) (port) #19834 2024-03-18 09:58:53 -04:00
transifex.yml chore: add transifex.yml for GitHub<->Transifex integration 2022-12-20 19:21:32 +00:00

BigBlueButton

BigBlueButton is an open-source virtual classroom designed to help teachers teach and learners learn.

BigBlueButton supports real-time sharing of audio, video, slides (with whiteboard annotations), chat, and the screen. Instructors can engage remote students with polling, emojis, multi-user whiteboards, shared notes, and breakout rooms. During the session, BigBlueButton generates analytics that are visible to moderators in the Learning Analytics Dashboard.

Presenters can record and playback content for later sharing with others.

We designed BigBlueButton for online learning, it can be used for many other applications as well. The educational use cases for BigBlueButton are

  • Online tutoring (one-to-one)
  • Flipped classrooms (recording content ahead of your session)
  • Group collaboration (many-to-many)
  • Online classes (one-to-many)

The latest version is BigBlueButton 2.7. You can install BigBlueButton 2.6 on Ubuntu 20.04 using bbb-install.sh within 30 minutes (or your money back 😉).

For full technical documentation of BigBlueButton -- including architecture, features, API, and GreenLight (the default front-end) -- see https://docs.bigbluebutton.org/.

BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.