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

BigBlueButton error - error 500 after setting TURN server

It was fine until I installed the turn server to enable WebRTC Its a google cloud server, under Firefall but I open the ports and test with netcat, just like the tutorial says. Potential problems described below: # IP does not match: # …
Leo Zurick
  • 1
  • 1
  • 2
0
votes
1 answer

how to check if a meeting has ended in bigbluebutton without continuous polling from client?

I am trying to integrate bigbluebutton in my web application. I came across a scenario where I have to notify the client which is in angular that the meeting has ended and perform certain tasks after that. I tried but was not able to find anything.…
0
votes
1 answer

How we can edit Config XML of BigBlueButton?

I have installed BBB 2.0 beta version and its working properly. I have used BBB PHP API package to integrate API in laravel. I want to set default layout while creating a meeting. Which is not available in the above package. To set default layout we…
Akshay Deshmukh
  • 1,242
  • 1
  • 16
  • 31
0
votes
1 answer

Is it possible to customise the BigBlueButton's video chat layout?

I need to develop an application for online learning and live teaching. I google and found BigBlueButton which is used by most of the live teaching platform. But I found all the apps which are using the BigBlueButton have the same old UI for Video…
Vishnu Mishra
  • 3,683
  • 2
  • 25
  • 36
0
votes
1 answer

How can I control other users while Presenting In BBB?

I want to use BigBlueButton as a Smart Classroom. But in the current configuration anyone can control as admin. Eg:- Anyone logged into the system can change the presenter. Anyone can kickout another user from the system. I want to stop this…
0
votes
1 answer

Why Bigbluebutton Recorded Session takes several hours to appear in Moodle

I am working with Bigbluebutton configuration with Moodle through API. Everything is Working perfectly but after the Meeting is over, recorded sessions takes several hours sometimes it takes almost 24 hours to appear in the playback session. My…
Avnish Choudhary
  • 828
  • 7
  • 15
0
votes
1 answer

How to config bigbluebutton to work with external Red5 server

From high level architecture overview for bigbluebutton http://docs.bigbluebutton.org/overview/architecture.html I understand that red5 server communicates with client using rtmp or by tunning rtmp via nginx. And then red5 server communicate with…
nguyentran
  • 458
  • 2
  • 14
0
votes
2 answers

integrate BigBlueButton php API in Laravel project?

I integrate BigBlueButton package using composer from githut (https://github.com/bigbluebutton/bigbluebutton-api-php). "require": { "php": ">=5.5.9", "laravel/framework": "5.2.*", "bigbluebutton/bigbluebutton-api-php":…
Sharath
  • 1
  • 1
  • 2
0
votes
1 answer

How to use development environment of bigbluebutton

I'm totally puzzled in editing bigbluebutton in my ubuntu server. I had found how to change the composition of modules in web application, but I don't know how to find development environment (for editing swf file). Does anyone know how to use…
槇大河
  • 33
  • 1
  • 3
0
votes
2 answers

Eclipse IDE on ubuntu

I installed BigBlueButton on ubuntu server 14.04, and it's working. Now, i want to create a web app, using spring, where I have to integrate BigBlueButton. Usually, I use eclipse on windows, but, now, i don't have an idea what should I do. Do I…
Najoua
  • 391
  • 1
  • 7
  • 15
0
votes
1 answer

Returning instantiated class in php...BigBluebutton

I am new to PHP and trying to a third party code namely Big blue button api https://github.com/bigbluebutton/bigbluebutton/tree/master/labs/bbb-api-php I try to call BigBlueButton->createMeeting() function which looks like this : public function…
Snedden27
  • 1,870
  • 7
  • 32
  • 60
0
votes
1 answer

Retrieve value from SimpleXML object in PHP

$bbb = new BigBlueButton(); $recordingsParams = array( 'meetingId' => '', ); // Now get recordings info and display it: $itsAllGood = true; try {$result = $bbb->getRecordingsWithXmlResponseArray($recordingsParams);} catch (Exception $e)…
Ived
  • 111
  • 1
  • 1
  • 11
0
votes
1 answer

Not able to run Red5

I was following the instructions mentioned in below link to install 'Bigbluebutton' http://bigbluebutton.googlecode.com/svn-history/r3300/wiki/InstallingBigBlueButtonCentOS.wiki After the installation of Red5 I started the service successfully with…
0
votes
0 answers

Big blue button dev instance stuck at 0 % loading

I installed big blue button 0.9 on a Virtual box running Ubuntu 14.04 on a windows 7 host machine. It runs fine. Then when I try to setup the dev enviroment of big blue button, it doens't load the client and is stuck at 0%.It give the response as…
Snedden27
  • 1,870
  • 7
  • 32
  • 60
0
votes
0 answers

Installind Tomcat in windows server 2012

I installed Tomcat on Windows Server 2012. It gives me below error when i try to test it by this address: http://localhost:8080 Bad Request - Invalid Hostname HTTP Error 400. The request hostname is invalid. Apache Tomcat is running…