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

branding Bigbluebutton looking for BBBDefault.css file

I've got bigbluebutton latestcode forked and cloned locally. I'm in process of customization and branding. I found handful template css files under ~/dev/bigbluebutton/bigbluebutton-client/src/branding/css directory. I compiled some of these .css…
0
votes
1 answer

Wordpress + BigBlueButton + Php api

I am working with BigBlueButton's php api and am trying to figure out how to get a wordpress username INSTEAD of the user having to enter their name if they are logged in. If any of you fine folks can help, it would be much appreciated! Some of the…
0
votes
0 answers

how to hide the address bar from script

In particular case, for security issue i want to hide my address bar or www.something.com should not display. I am using rails 3.2.13, ruby 1.9.3. <%= link_to "Join session", join_bigbluebutton_rooms_path(@room)%> This will redirect me to…
siv rj
  • 1,451
  • 1
  • 14
  • 31
0
votes
2 answers

Is the bigbluebutton-api-ruby (1.2.0) gem compatible with BigBlueButton 0.81?

I am using Rails 3.2.13 and Ruby 1.9.3. I have configured my BigBlueButtonServer (version 0.81) and I want to connect it with a Ruby on Rails application where I have used these two gems: 1. bigbluebutton-api-ruby (1.2.0); and, 2.…
siv rj
  • 1,451
  • 1
  • 14
  • 31
0
votes
1 answer

How to install bigbluebutton on ubuntu 13.04

I have followed this http://code.google.com/p/bigbluebutton/wiki/081InstallationUbuntu#Installing_BigBlueButton_0.81 link to install bigbluebutton. But when I give sudo apt-get install bigbluebutton I have encounter this error. The following…
Thrikal Samy
  • 302
  • 1
  • 3
  • 12
0
votes
2 answers

Bigbluebutton installation guide for ubuntu 12.04

I am getting error like "E: Unable to locate package bigbluebutton ".I need proper guide for installing bigbluebutton on ubuntu 12.04.And also I followed many links.which shows same error like. So,please help me.
user2310209
  • 992
  • 1
  • 12
  • 27
0
votes
1 answer

Problems with compiling multiple AS3 packages w/ant and mxmlc

I'm trying to extend the BigBlueButton client with some proprietary classes. Specifically the phone module, where I added a file with my own code. When I write my own package name (org.mydomain.module.test ...) within the file, the compiler fails…
KBoek
  • 5,794
  • 5
  • 32
  • 49
0
votes
1 answer

having issue in configuring server from rails with bigblue button

am developing an app in which am integarating my rails app with bigblue button. I am using bigbluebutton_rails gem. I have installed the gem, then i have done rails generate bigbluebutton_rails:install then, i have generated the views, after…
Abhiram
  • 1,459
  • 14
  • 23
0
votes
1 answer

Ubuntu 10.04 shutdown on Bigbluebutton installation

I am facing a problem with Bigbluebutton on two systems . I have bigbluebutton version 0.8 installed on two systems .My problem is,Both systems are stopped working(sHUTDOWN ) after one or 2 days . One of my ubuntu server is hosted on Amazone EC2…
burning
  • 2,426
  • 6
  • 25
  • 38
0
votes
1 answer

Bigbluebutton : flash is not working in opensuse

I am installed Bigbluebutton on my server and it is working fine for all the user . I have a problem with Opensuse users When i am trying to acces BBB ip in Mozila which is running on opensuse the Bibbluebutton window is not opening for the first…
masterofdestiny
  • 2,751
  • 11
  • 28
  • 40
0
votes
1 answer

Mac users cannot access BigblueButton remote class because Apple has disabled java

I am using BigBluebutton service in my perl website for remote video classes. But recently we have an issue with our Mac users that cannot access online webclass because Apple has disabled java on newer operating system. BigblueButton uses java for…
Hafsal
  • 81
  • 2
  • 7
0
votes
3 answers

Permanent rooms in BigBlueButton

Is there a way to create PERMANENT ROOMS in BigBlueButton? If so, any hints? What I am trying to do is to have permanent session where users can join at any moment. Thank you very much
mafelstroh
  • 21
  • 8
-1
votes
1 answer

BBB How to fix error Error: Could not connect to the configured hostname/IP address

my BigBlueButton installation worked but now i get the following error: Potential problems described below ................................................................................ Error: Could not connect to the configured hostname/IP…
Yoshi
  • 26
  • 2
-1
votes
1 answer

Bigbluebutton Development html5 client not starting

I have followed official documentation to setup bigbluebutton development environment but html5 client not starting , throwing following error. tried with different server but same error if (oldPresenter?.userId !== currentPresenterId)…
Anandh
  • 159
  • 2
  • 10
-1
votes
1 answer

Cannot start bigbluebutton html5. Im try install "npm start" with "meteor npm install" and it does not work

I'm trying to run the Development environment of bigblubutton-html5, however below is the error message that is generated after running the following command: npm start This is the tutorial that I followed:…
1 2 3
12
13