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

Consistency of Colorbox across browsers

I have installed a BigBlueButton server, and it seems to work fine in that I can access the BBB demo and also access it from a PHP application using the BBB API. The problem starts when I try to open the BBB client in a modal window created using…
user1387480
  • 541
  • 3
  • 3
35
votes
11 answers

Failed to start Advanced key-value store.redis-server.service: Control process exited, code=exited status=1

redis-server wont work in the server i have nginx, apache, php and mysql is there any package can cause the problem below PS: this error when i'm installing BBB https://github.com/bigbluebutton/bbb-install redis-server.service: Control process…
hichem chouaibi
  • 481
  • 1
  • 4
  • 7
7
votes
2 answers

Call timed out (error 1006) - bigbluebutton

I have installed bigbluebutton on my serverand it was working properly but suddenly microphone can not connect anymore and after a while being stucked in "echo test" i'll get 1006 error and i have tested: FreeSWITCH fails to bind to IPV4Anchor link…
Muhammad Mirab Br.
  • 133
  • 1
  • 4
  • 13
4
votes
0 answers

How to disable entire screen sharing and allow only application window and browser tabs sharing in BigBlueButton?

Using BigBlueButton for online classroom I want to allow moderators to share their browser tabs or a particular application but not entire screen. When we tap on the screen sharing button from BigBlueButton Html5Client demo then we got three…
Afsar edrisy
  • 1,985
  • 12
  • 28
4
votes
2 answers

BigBlueButton: WebRTC Audio Failure: Error 1010: ICE negotiation timeout

I've setup an Ubuntu 16.04 EC2 t2.medium server and followed the instructions here http://docs.bigbluebutton.org/2.0/20install.html to install BigBlueButton 2.0-beta. When I log into the Demo Meeting room and select Microphone it says calling...…
Mikhail Janowski
  • 4,209
  • 7
  • 28
  • 40
3
votes
1 answer

BigBlueButton change branding dynamically on different conference without changing files every time

I have BigBlueButton hosted on one server, I need to organize multiple conferences, But I need different brandings like a logo and background color to change with every single conference, So is there any approach to do this thing with BigBlueButton?
vivek dhamecha
  • 409
  • 3
  • 14
3
votes
2 answers

BigBlueButton How save chat messages to external server

I want to save all chat messages in BigBlueButton to database on external server. I saw that BigBlueButton don't have API for it. Could I get messages using some method on external server or I must change BBB methods? Thank you
Matt Bearson
  • 228
  • 5
  • 19
3
votes
0 answers

Regarding BigBlueButton implementation in Codeigniter

I am trying to integrate bigbluebutton into Codeigniter and after complete set i am not able to create meeting and other things.. below is the code
Rajendra Khabiya
  • 1,990
  • 2
  • 22
  • 39
3
votes
2 answers

How to play back the recorded video after online class end in BigBlueButton

I have install plugin BigBlueButtonBN for Moodle to create an online class follow this link. This online class is recorded (Webcam, slide show, chat message). After online class end, when click to the class link, it shows "This activity is over.…
thang nhoc
  • 125
  • 2
  • 8
3
votes
3 answers

best way to implement video chat on a browser

I've used bigbluebutton in a recent project in order to build a web conferencing platform. I was unhappy with the quality of the service and noticed a delay between the voice and the video. Technically bigbluebutton used Flex integrated with a red5…
2
votes
1 answer

How to create a BigBlueButton user from another app (straight to Redis?)

We're building an e-school where we want to create a BigBlueButton user with different rights depending on if a student or teacher signs up. Can't find an API call nor webhook to create a user so wondering if it's maybe possible to create straight…
Kaspar L. Palgi
  • 1,332
  • 10
  • 22
2
votes
0 answers

BBB Site can't be reached, took too long time to respond. For some clients for particular network

I set up my BigBlueButton server on the cloud-hosted at Singapur where my client devices are located in India. Some client devices BBB is working fine and for particular ips client browser throws Site can't be reached. I am using my own TURN server…
2
votes
3 answers

How to install specific version of BigBlueButton?

I want to install BigBlueButton and found the following command from [BigBlueButton official website][1] wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v bionic-230-dev -s bbb.example.com -e notice@example.com -a -w My…
Ehsan Gerayli
  • 495
  • 2
  • 9
2
votes
2 answers

BigBlueButton URL is not loading in Android WebView

I've a requirement in one of my Apps which opens the BigBlueButton link in a WebView. The URL…
Sreejith N
  • 39
  • 6
2
votes
2 answers

big blue button server behind NAT Error 1002

I have a dedicated server that i want to install big blue button (bbb) on it. The server is behind a NAT and its IP in the network is 192.168.10.203 and i have vc.tagsoo.ir subdomain that points to a static IP 46.249.123.202 which is my network. In…
Ali
  • 1,451
  • 1
  • 15
  • 19
1
2 3
12 13