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

BBB Recording is not showing in my Moodle Site

I have a problem. My problem is related bigbluebutton. When I start recording a lesson, the lesson is recorded, but it is not uploaded to the system. For example; enter image description here I'm getting this error when I look at the log page: I,…
0
votes
0 answers

presentationUploadExternalUrl in BigBlueButton Api

I am using BigBlueButton Api to create meetings but they have added some new fields in the 2.6 version like presentationUploadExternalUrl the official documentations description describes the field as {Pass a URL to a specific page in external…
0
votes
0 answers

Recorded Big Blue Button video sessions coming out not showing the document presented

I have installed Moodle 4.0 and it came with BBB plugin pre-installed freely hosted by Blindside networks. When I do live session on Big Blue Button I record and when I view recordings it does not show the document which was presented there will be…
0
votes
0 answers

I want to install and configure Bigbluebutton on Rhel9 via podman

I want to install and configure Bigbluebutton on Rhel9 via podman OR Please help to simulate the docker-compose to podman-compose https://github.com/bigbluebutton/docker I'm trying to install BBB on rhel9. Even I tried to install with docker so it…
0
votes
1 answer

How to give Permission to Moodle 4.0 to view BBB recorded sessions

**Hi, I recently installed Moodle 4.0 on my Ubuntu server 20.04 and It came with Big Blue Button Plugin integrated offered by Blindside Networks. The BBB works perfectly fine and records. The problem I can not see the recorded sessions, I contacted…
0
votes
0 answers

BigBlueButton : Error While Copying Content to a Stream

I Recently Started A Project Which Works With BigBlueButton APIs and Have A Controller With This One of Main Actions For Creating and Start a new Meet in BBB : [HttpPost("[action]")] public async Task CreateMeeting([FromBody]…
0
votes
0 answers

BigBlueButton: Fullscreen Button Not Working in Recorded sessions

I am using BigBlueButton for recording sessions, and I have noticed that the fullscreen button in the recorded sessions does not function in the same way as the fullscreen button in YouTube videos. When I click the fullscreen button in…
0
votes
0 answers

Unable to install BigBlueButton Turn Server

I have a brand new Ubuntu Server running Version 20.04 I have Executed the following command wget -qO- https://ubuntu.bigbluebutton.org/bbb-install-2.6.sh | bash -s -- -c xxxxx.xxx.com:secretcode -e email@address.com I am receiving the following…
Gary
  • 1
0
votes
1 answer

Greenlight V3 Get Bigbluebutton MeetingId

I am try to edit Greenlight V3 I want to get the MeetingId(BigBlueButton MeetingId) instead of the FriendlyId I try to edit RoomCard.jsx bu I can not receive Meeting_id in this jsx. When user copy the room link I want to show url like…
zetros
  • 33
  • 1
  • 1
  • 4
0
votes
0 answers

Publish sessions without video in bigbluebutto

I would like to publish sessions of bigbluebutton without video. In the sessions, users have enabled their webcams, but to publish the recorded sessions, I don't want to share their video. In addition، is there anyway to publish only session…
0
votes
0 answers

Customization greenlight for Bigbluebutton

i try ton install Customized greenlight, i have install Bigblue button on aws ec2 and after that try to install costomized greenlight i have cloned from github ...... i run this command as root: cat ./greenlight.nginx | sudo tee…
0
votes
0 answers

hang bigbluebutton installation in fetching "https://dl-cdn.alpinelinux.org"

Installing new version of BBB (2.6 and 2.5) hang on building bbb-libreoffice docker image in fetching "https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz". changing the DNS and using Proxy and VPN did not solve the problem,based…
0
votes
0 answers

Is there anyway to enable Picture In Picture mode in BigBlueButton

I have a requirement to add Picture in Picture mode for BigBlueButton. I saw sometutorials are available to enable picture in picture mode to a video but in my case I have to load the BigBlueButton in to Iframe and enable picture in picture mode for…
0
votes
1 answer

(FreeSWITCH) [ERR] mod_event_socket.c:2992 Socket Error! Could not listen on 127.0.0.1:8021

I'm getting following error in freeswitch.log file while connecting microphone in BigBlueButton 2.4.9 meeting. [ERR] mod_event_socket.c:2992 Socket Error! Could not listen on 127.0.0.1:8021 I'm not able to connect audio in the meeting. When I…
Raj
  • 1
0
votes
1 answer

FreeSWITCH may not be responding to requests on port 8021

I'm getting below error while restarting the BigBlueButton server: Starting BigBlueButton Job for freeswitch.service failed because the control process exited with error code. See "systemctl status freeswitch.service" and "journalctl -xe" for…
Raj
  • 1