Go to file
prlanzarin 6f927a3835 build(freeswitch): add mod_audio_fork and libwebsockets
Add mod_audio_fork to FreeSWITCH's build alongside libwebsockets
(which mod_audio_fork depends on).

mod_audio_fork is used by the built in transcription feature as
a way to extract L16 streams from FreeSWITCH via WebSockets for further
processing by arbitrary transcription servers.

For full details on mod_audio_fork itself, please check drachtio's
source repo: github.com/drachtio/drachtio-freeswitch-modules.git

A few cautionary tales about this one:
  - The new patch (mod_audio_fork_build.patch) guarantees libwebsockets
    is properly linked to FreeSWITCH and that mod_audio_fork is built as
    well. That's because mod_audio_fork is not an upstream module.
  - The patch _may_ introduce conflicts on FreeSWITCH bumps more easily
    than the other patches we have. They shouldn't be too hard to adapt,
    though.
  - There's fine tuning to be done to FreeSWITCH's unit file regarding
    mod_audio_fork's capabilities. Again: check drachtio's repo.
2023-04-25 10:04:59 -03:00
.github build: add bbb-webrtc-recorder 2023-04-20 16:24:34 -03:00
akka-bbb-apps feat(captions): Use setUserSpeechLocale as an akka event and catch it in the transcription manager 2023-04-25 09:54:34 -03:00
akka-bbb-fsesl [issue-16590] - Change ownership of logging dir 2023-02-10 16:55:28 -03:00
bbb-common-message feat(captions): Use setUserSpeechLocale as an akka event and catch it in the transcription manager 2023-04-25 09:54:34 -03:00
bbb-common-web feat(captions): Use setUserSpeechLocale as an akka event and catch it in the transcription manager 2023-04-25 09:54:34 -03:00
bbb-export-annotations Update bbb-export-annotations/config/settings.json 2023-03-28 12:48:08 -04:00
bbb-fsesl-client chore: upgrade scala 2.13.4 -> 2.13.9 2022-12-20 16:07:08 +00:00
bbb-learning-dashboard added data-test to download session button 2023-03-27 11:08:44 -03:00
bbb-libreoffice Switch bbb-soffice parent image to amazoncorretto:17-alpine 2022-09-28 08:16:38 -03:00
bbb-recording-imex add .gitignore for bbb-recording-imex 2023-01-25 18:40:58 +00:00
bbb-voice-conference/config/freeswitch Merge branch 'develop' into fixjitterbuffer 2022-12-30 14:08:23 +00:00
bigbluebutton-config Merge remote-tracking branch 'upstream/v2.6.x-release' into 26-27-apr24 2023-04-24 17:15:47 -03:00
bigbluebutton-html5 feat(captions): Use setUserSpeechLocale as an akka event and catch it in the transcription manager 2023-04-25 09:54:34 -03:00
bigbluebutton-tests test: update screenshots of remaining whiteboard tests 2023-04-18 10:36:09 -03:00
bigbluebutton-web Merge remote-tracking branch 'upstream/v2.6.x-release' into 26-27-apr24 2023-04-24 17:15:47 -03:00
build build(freeswitch): add mod_audio_fork and libwebsockets 2023-04-25 10:04:59 -03:00
docs Merge remote-tracking branch 'upstream/v2.6.x-release' into 26-27-apr24 2023-04-24 17:15:47 -03:00
labs/stress-testing Removes vertx-akka file 2022-06-30 16:51:23 -03:00
record-and-playback build: add bbb-webrtc-recorder 2023-04-20 16:24:34 -03:00
.gitignore bbb-presentation-video: Update to 4.0.0-rc.1 2023-03-06 11:57:53 -05:00
.gitlab-ci.yml build: add bbb-webrtc-recorder 2023-04-20 16:24:34 -03:00
.nvmrc Add .nvmrc 2018-10-03 13:33:59 -04:00
bbb-etherpad.placeholder.sh Merge remote-tracking branch 'upstream/v2.4.x-release' into merge-24-25-mar09 2022-03-09 20:40:07 +00:00
bbb-lti.placeholder.sh build: add placeholder to pull bbb-lti from other repo 2022-02-28 20:29:11 +00:00
bbb-pads.placeholder.sh build(bbb-pads): v1.4.1 2023-02-28 10:46:39 -03:00
bbb-playback.placeholder.sh chore: Bump bbb-playback to v5.0.0 2023-03-28 11:09:12 -04:00
bbb-presentation-video.placeholder.sh bbb-presentation-video: update to 4.0.2 2023-04-11 16:46:37 -04:00
bbb-webhooks.placeholder.sh build(webhooks): v2.6.0 2022-05-24 14:08:12 +00:00
bbb-webrtc-recorder.placeholder.sh build: add bbb-webrtc-recorder 2023-04-20 16:24:34 -03:00
bbb-webrtc-sfu.placeholder.sh build(bbb-webrtc-sfu): v2.9.10-alpha.2 2023-04-12 10:16:13 -03:00
freeswitch.placeholder.sh build: bump FreeSWITCH from 1.10.8 to 1.10.9 2023-02-07 18:10:57 +00:00
LICENSE Add license file 2020-04-23 13:51:05 -03:00
README.md build: swap bionic with focal 2022-03-14 19:04:23 +00:00
SECURITY.md chore: Update SECURITY.md for BBB 2.6 (#17117) 2023-03-20 17:35:25 -04:00
transifex.yml fix: Change naming of resulting translated locales file 2022-12-20 13:50:44 -05:00

BigBlueButton

BigBlueButton is an open source web conferencing system.

BigBlueButton supports real-time sharing of audio, video, slides (with whiteboard controls), chat, and the screen. Instructors can engage remote students with polling, emojis, multi-user whiteboard, and breakout rooms.

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

We designed BigBlueButton for online learning, (though 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)

You can install on a Ubuntu 20.04 64-bit server. We provide bbb-install.sh to let you have a server up and running within 30 minutes (or your money back 😉).

For full technical documentation 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 .