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
1 answer

Check number of active meetings in Big Blue Button from command line

I want to check how many active meetings there are on the BBB server at any one time from the command line. I have tried $ bbb-conf --network but not getting anywhere. I have also checked the number of active connections to port 80 and 443 $…
Mark Kenny
  • 1,598
  • 2
  • 17
  • 30
1
vote
1 answer

BigBlueButton on DigitlOcean Droplet in Ubuntu

I run BigBlueButton on a digitalocean droplet. The BBB was installed as a docker (using instructions here https://docs.bigbluebutton.org/2.2/install.html)And the storage space became full after several sessions. Therefore I have purchased block…
shiva
  • 115
  • 10
1
vote
0 answers

Custom user role with max participants and max rooms

I would like to add two new settings with user roles. I would like to limit users with a given max number of participants and a max number of rooms. I have installed bbb with greenlight on my Ubuntu 16.04 VPS. At present there is a site-wide setting…
doctshind s
  • 380
  • 3
  • 13
1
vote
0 answers

resolve bigbluebutton repository in ubuntu

i am iranian ubuntu user and Iran is in sanction. i want to add some foreign repositories in my ubuntu server i got many ign in my apt-get update how can i solve this problem??? foreign repository is bigBlueButton if any way is to resolve this…
Alireza Khajavi
  • 146
  • 1
  • 10
1
vote
1 answer

Bigbluebutton setup html5 dev client login to meeting with join api call empty html response

We were looking to setup a new html5 client for big blue button to test out its specifications for evaluation & testing. We started out by following the bigbluebutton 1.0 install document along with replacing the current package repository to…
Harshit Laddha
  • 2,044
  • 8
  • 34
  • 64
1
vote
1 answer

Need Help on Ubuntu and Bigbluebutton

I am new on Linux Ubuntu server. I tried to install Big Blue Button on Ubuntu 14.04 server by followed the guide at http://docs.bigbluebutton.org/install/install.html I got this error when I tried to do a clean Restart (step 9): root@ubuntu:~#…
Reza
  • 11
  • 3
1
vote
1 answer

changing /client/BigBlueButton.html portion getting:404 Not Found nginx/1.4.6 (Ubuntu

trying to when change /client/BigBlueButton.html portion of the URL according to - http://docs.bigbluebutton.org/support/faq.html#how-do-i-change-the-client-bigbluebutton-html-portion-of-the-url, but getting - 404 Not Found nginx/1.4.6…
Mark Lin
  • 9
  • 4
1
vote
2 answers

Delayed Recording Start in bigbluebutton

We use the recording and playback feature of bigbluebutton. Is there a way to kick off the recording feature of a already created meeting after the meeting is created? Basically we start the meeting 10 minutes prior to the actual start time to give…
JBA
  • 220
  • 2
  • 8
1
vote
1 answer

Error while sending BigBlueButton API request - 'cannot handle recieved message' in red5 log (while sending create meeting request)

I have installed BBB in my server and was using it without any problem. But for past 20 days am facing a problem i couldnt use BBB, when i send a api request to create a meeting the response is: Invalid response body. Is the API URL correct?…
Abhiram
  • 1,459
  • 14
  • 23
1
vote
0 answers

Big Blue Button version 0.81 Sever Setup and Devlopment from source code

** I have already download Big Blue Button VM image and successfully execute it **. Now I want to build Big Blue Button from source code, setup my own big blue button server and compile each and every module like a real developer. I already surf…
Opu
  • 190
  • 1
  • 1
  • 9
1
vote
1 answer

How can we control/restrict the Users after integration of BBB with Moodle server?

I have installed Bigbluebutton 0.81 on one server and installed Moodle on other server,and integrated BBB on Moodle server using Server salt id & URL, it is working fine, now i want to create User registration on Moodle server and give BBB Live…
Madhu
  • 11
  • 3
1
vote
1 answer

Bigbluebutton ending a meeting

I have implemented a function from the client part that calls the following function in the bigbluebutton-apps participant service public void modEndMeeting(String roomName){ roomsManager.removeRoom(roomName); } Which calls a function that does…
Max Doumit
  • 1,065
  • 12
  • 33
1
vote
2 answers

Integrating custom PHP script into drupal website

I'm trying to integrate a web conferencing tool, called Big Blue Button into my drupal website. I have downloaded a php script that will allow integration between my site and the Big Blue Button API. In the readme, it says 'stick the entire…
1
vote
1 answer

BigBlueButton: unmet dependencies on Ubuntu 10.04

I try to install the last version of BigBlueButton on Ubuntu 10.04.4 LTS I follow this guide: https://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu On step 5, I have this error message: #apt-get install bigbluebutton Reading package…
user3013292
  • 13
  • 1
  • 3
0
votes
3 answers

will bigbluebutton work on ubuntu 11.10?while installing getting error

I am trying to install bigbluebutton in ubuntu 11.10 system when i use the command wget http://ubuntu.bigbluebutton.org/bigbluebutton.asc -O- | sudo apt-key add - i am getting the error as --2012-03-07 10:10:42-- (try:19) …