bigbluebutton
bigbluebutton copied to clipboard
Complete open source web conferencing system.
**Describe the bug** Repeated space characters in whiteboard text is displayed correctly during a live presentation, but collapsed into as a single space character when watched as a recording. This...
The idea here is to be able to copy poll answers for each user into an Excel spreadsheet that could be used to generate a report for users showing which...
Stemming from https://github.com/bigbluebutton/bigbluebutton/issues/11548, whilst it is a good idea to have an alternative set of fixed colors, _addtionally_, it would be fun and enjoyable for users or at least moderators...
Greetings ! We are integrating bigbluebutton in our platform. It is really handy and has helped a lot. But one feature that I think can be added is, giving provision...
bbb-rap-resque-worker.service is configured to work in one thread (COUNT=1), encoding of webcams.webm is done in one thread, but encoding of webcams.mp4 is done in multiple threads, ffmpeg and libx264 automatically...
There is a very big missync of audio and video in most recordings made and processed by BigBlueButton v2.4. There was a similar problem in v2.2, but there there normally...
**Is your feature request related to a problem? Please describe.** As BBB is used in education, Teachers usually review the recording and sometimes the find some errors in the lecture...
We are integrating BigBlueButton on our platform. We are using BBB as Video conference platform where the audio and video of users are recorded. Bigbluebutton does not record separate audio...
**Is your feature request related to a problem? Please describe.** I have a need for recording breakout rooms. **Describe the solution you'd like** I cant find recording buttons in breakout...
If someone needs Hotlink Protection of recordings and preventing direct download, the following code can be added in nginx/sites-available/bigbluebutton `location ~* \.(webm)$ { valid_referers EXAMPLE.COM; if ($invalid_referer) { return 403;...