Questions tagged [bigbluebutton]

BigBlueButton enables universities and colleges to deliver learning experiences to remote students.

BigBlueButton is an open source web conferencing system for distance education.

It supports sharing of slides (PDF and PPT), video, whiteboard, chat, voice over IP (using FreeSWITCH), and desktops. It can record and playback sessions (slides, audio, and chat). It runs on Mac, Unix, and PC computers.

For more information, see the BigBlueButton home page: http://bigbluebutton.org/

The developer wiki pages are on-line: http://docs.bigbluebutton.org/. In particular, there is an API for integration with 3rd party applications. See: http://docs.bigbluebutton.org/dev/api.html

The full source for the project is on GitHub: https://github.com/bigbluebutton/bigbluebutton

192 questions
0
votes
0 answers

JitsiMeet conversion to BigBlueButton

In order to develop a mobile app for the web app, which is already made on my company's server (which is based on BigBlueButton platform), I have a requirement of connecting to BigBlueButton conference / room using jitsi-meet code of react-native. I…
0
votes
2 answers

Bigbluebutton With Scalelite Load Balancer

I am using 20 4 core/8gb server (40$ shared cpu) for 15K bigbluebutton user. But we are facing lots of problem like html5 client hang on three dot, audio not working , video not working every day. Any one has any idea about setting bigbluebutton in…
0
votes
1 answer

Is bigbluebutton supported html5 in Docker or no?

Sorry if my question will be not correct. But is very important for me. In last week I tryed to deploy bigbluebutton on virtual server. I know need to use Ubuntu 16.04. But i haved a many misstake with packages (debconf, debconf-18n and etc.) and…
noute
  • 114
  • 3
  • 13
0
votes
1 answer

BigBlueButton Crashing after upgrading VM RAM

Recently I Installed BigBlueButton with 4core CPU and 4GB Ram. After one month I upgrade RAM to 8GB there was no problem After two months I needed to Upgrade it so I Upgrade it to 12GB RAM but it's crashed and it didn't work so I recovered…
0
votes
1 answer

Can't fetch XML response in PHP

This is my code to fetch api $apiurl =…
Sancy Devassy
  • 11
  • 1
  • 6
0
votes
1 answer

how can i allow requests to host from docker container

Blocked host: xxxxxxx To allow requests to xxxxxxxxxxx, add the following to your environment configuration: config.hosts << "xxxxxxxxxxxx"
0
votes
0 answers

How to fix the error "Could not connect to the configured hostname/IP address" in BigBlueButton?

I am using BigBlueButton 2.0. After running a bush (.sh) script for configuring the "Collect feedback from the users" on the server([https://docs.bigbluebutton.org/2.2/customize.html][1]) I got an error: Error: "Could not connect to the configured…
Oksana B
  • 358
  • 1
  • 3
  • 17
0
votes
1 answer

Change the position of microphone button in BigBlueBotton

I want to customize the default big blue button layout so that I can change the position of the microphone button.
MaleihMaxime
  • 63
  • 1
  • 13
0
votes
1 answer

BigBlueButton Customize the HTML 5 client

I'm trying to remove the three-dot options menu button in Big blue button HTML 5 client installed on ubuntu Our implementation is done where the html5 client is shown inside a iframe, therefore i need to manage the meeting leave and meeting end…
SheyDev
  • 78
  • 5
0
votes
1 answer

How to find the current Microphone MediaStream and apply constraints - WEBRTC

I want to edit the Microphone signal used by BigBlueButton conference and disable the Automatic Gain Control and Echo Cancelling. However, I don't have information about the MediaStream instance used in the conference page. So, first issue is…
Roberto Becerra
  • 111
  • 1
  • 6
0
votes
1 answer

getting "java.io.IOException: error=24, Too many open files" when I try to run BigBlueButton

I've installed a clean BigBlueButton on Ubuntu server but when I try to run it I can't and when I tried to debug I got this error. java.io.IOException: error=24, Too many open files Mar 12 05:35:11 NC-PH-2486 run-prod.sh[27006]:…
Hossam
  • 1
  • 1
0
votes
1 answer

Process Recodring before meeting is over in bigbluebutton

I have to process recording after every 10 minutes while the meeting is going on, so that I can get the recordings file immediately, I tried to change the bbb-record-core.timer value as shown in documentation but it is process after the meeting is…
0
votes
1 answer

Customize BigBlueButton for Moodle

I would like to know if you could customize this plugin as below: 1. send and receive images through chat? 2. upload files by teachers then appears all files uploaded in bottom and thumbnail to the main screen if possible to do theses…
user3480753
  • 1
  • 1
  • 4
0
votes
1 answer

How can I use Bigbluebutton on laravel for create meeting, join meeting

Using composer require bigbluebutton/bigbluebutton-api-php in my laravel project, used bigbluebutton, also set for BBB_SERVER_BASE_URL, BBB_SECURITY_SALT, but not able to create meetings. $meetingParams = new…
0
votes
1 answer

Install BigBluebutton from your forked GitHub Repo, with your settings not the original repository

I create the settings on the git repository so i don't have to config again after the installation. The idea is to install from the github repo. But, in the case of bigBluebutton, it gets the files from…
Leo Zurick
  • 1
  • 1
  • 2