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
1
vote
2 answers

How to configure Big Blue Button for Xirsys TURN server?

I run an self-hosted instance of BigBlueButton and signed up for Xirsys TURN server services because we need to serve clients behind (pretty restrictive) firewalls. Before I had been running my own instance of coturn, but as this led to problems…
TorstenS
  • 127
  • 10
1
vote
0 answers

Config BigBlueButton Using External Freeswitch

I have trouble when I tried to config my BBB server using external freeswitch. Here is my configuration step: Step 1: I use bbb-install.sh script and install two BBB server Here is my install script wget -qO-…
ThanhLam112358
  • 878
  • 1
  • 20
  • 51
1
vote
2 answers

I am getting the browser old error on flutter webview, how can I solve it?

I am preparing a webview application for a site with a distance education system. The infrastructure of the site is moodle and bigbluebutton is used for live lessons. When we click live lesson, I get an error when the browser is old version please…
1
vote
1 answer

how to hide external video controls from clients

I'm using BigBlueButton in my website, the problem is: we can't stream our videos online in BigBlueButton and all of our visitors can stop/play/... our uploaded external video for themselves. so we are looking for a solution to display a video as a…
1
vote
0 answers

Can i use bigbluebutton Server On Heroku?

I want to use heroku hosting for bbb. I have installed moodle and plugins. So how can I install it or another free hosting for bigbluebutton?
mtnsmsk
  • 23
  • 3
1
vote
1 answer

How to enable stop recording button in BigBlueButton?

How to stop recording in BigBlueButton. I can only see the Pause recording button. Have checked the bigbluebutton.properties file and couldn't find any relevant stuff on that too. Any help is highly appreciated.
Sahil Mathew
  • 73
  • 1
  • 1
  • 7
1
vote
1 answer

Accessing BigBlueButton behind a restrictive firewall that prevents outgoing UDP connections

We have installed a COURN server referring to the https://docs.bigbluebutton.org/2.2/setup-turn-server.html#Configure_TURN_. But even with this, we are not able to access the BBB service within the University LAN protected with a restrictive…
kallada
  • 1,829
  • 4
  • 33
  • 64
1
vote
2 answers

Unable to load BigBlueButton in iframe

I am using a custom BBB installation for use in my Angular App. I am calling the join request in an iframe with redirect set to true. Everything was working fine with BBB 2.0 but after I have updated it to 2.2, I am getting an error 401 Unauthorised…
1
vote
1 answer

bigbluebutton setting.yml viewersInWebcam parameter is not working as expected

The parameter viewersInWebcam placed under /usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml is not working as expected. What is the role of this parameter? As the name suggested it is controlling number of viewers webcam in a…
Hamid
  • 57
  • 2
  • 7
1
vote
0 answers

API call for setting maximum webcam access for the users in one meeting for BigBluebutton

I have installed Bigbluebutton ver 2.2 in UBUNTU 16.04 LTS as recommended in its documentation. Also, I use the API call to make HTTPS requests to my Bigbluebutton server. However, I cannot find a proper way to limit the number of users who can…
1
vote
0 answers

BigBlueButton - Sometimes there is a delay between the video and the voice, what can I do to prevent it from happening?

Hello everyone how are you, it happens that when the video call is in progress, sometimes the video is delayed with respect to the audio, and it is never re-adjusted (unless you refresh the page). -I have ports 80 and 443 enabled -I don't have a…
1
vote
0 answers

Is there any way to modify the bbb-install.sh script for allowing a server to run on 2 cores (below minimum specs)

The bash file is available here: https://github.com/bigbluebutton/bbb-install
Rishav Das
  • 11
  • 1
1
vote
0 answers

How to customise Bigbluebutton module like (poll)?

I'm using bigbluebutton (latest version) in Ubuntu server i installed it using bbb-install and its work perfect I have some idea for polling module like : multiple choice instead of single choice view poll result on center of screen and i…
1
vote
1 answer

bigbluebutton installation issue

i am trying to install bigbluebutton. i am following installation procedure from this link http://docs.bigbluebutton.org/2.2/install.html if you visit this above mention link on the installation section you will find this $ sudo bbb-conf…
1
vote
1 answer

Change BigBlueButton HTML 5 Client Layout

I'm trying to do some layout changes like Minimize public chat windows by default Minimize Presentation window by default Following the docs, i tried editting /var/www/bigbluebutton/client/conf/layout.xml, and set both, ChatWindow0 and…
Juan Salvador Portugal
  • 1,233
  • 4
  • 20
  • 38
1 2
3
12 13