Merge pull request #19150 from lujun9972/add-MjAyMDA3MjggQmlnQmx1ZUJ1dHRvbi0gT3BlbiBTb3VyY2UgU29mdHdhcmUgZm9yIE9ubGluZSBUZWFjaGluZy5tZAo=

自动选题[tech]: 20200728 BigBlueButton: Open Source Software for Online Teaching
This commit is contained in:
Xingyu.Wang 2020-07-28 11:08:50 +08:00 committed by GitHub
commit 5dcb297044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,94 @@
[#]: collector: (lujun9972)
[#]: translator: ( )
[#]: reviewer: ( )
[#]: publisher: ( )
[#]: url: ( )
[#]: subject: (BigBlueButton: Open Source Software for Online Teaching)
[#]: via: (https://itsfoss.com/bigbluebutton/)
[#]: author: (Ankush Das https://itsfoss.com/author/ankush/)
BigBlueButton: Open Source Software for Online Teaching
======
_**Brief: BigBlueButton is an open-source tool for video conferencing tailored for online teaching. Lets take a look at what it offers.**_
In the year 2020, remote working from home is kind of the new normal. Of course, you cannot do everything remotely — but online teaching is something thats possible.
Even though a lot of teachers and school organizations arent familiar with all the amazing tools available out there, some of the [best open-source video conferencing tools][1] are filling in the requirements to some extent.
Among the ones I mentioned for video calls, [BigBlueButton][2] caught my attention. Here, Ill give you an overview of what it offers.
### BigBlueButton: An Open Source Web Conferencing System for Online Teaching
![][3]
BigBlueButton is an open-source web conferencing solution that aims to make online learning easy.
It is completely free to use but it requires you to set it up on your own server to use it as a full-fledged online learning solution.
BigBlueButton offers a really good set of features. You can easily try the [demo instance][4] and set it up on your server for your school.
Before you get started, take a look at the features:
### Features of BigBlueButton
BigBlueButton provides a bunch of useful features tailored for teachers and schools for online classes, heres what you get:
* Live whiteboard
* Public and private messaging options
* Webcam support
* Session recording support
* Emojis support
* Ability to group users for team collaboration
* Polling options available
* Screen sharing
* Multi-user support for whiteboard
* Ability to self-host it
* Provides an API for easy integration on web applications
In addition to the features offered, you will find an easy-to-use UI i.e. [Greenlight][5] (the front-end interface for BigBlueButton) to set up when you configure it on your server.
You can try using the demo instance for casual usage to teach your students for free. However, considering the limitations (60 minutes limit) of using the [demo instance][4] to try BigBlueButton, Id suggest you to host it on your server to explore all the functionality that it offers.
To get more clarity on how the features work, you might want to take a look at one of their official tutorials:
### Installing BigBlueButton On Your Server
They offer a [detailed documentation][6] which should come in handy for every developer. The easiest and quickest way of setting it up is by using the [bbb-install script][7] but you can also explore other options if that does not work out for you.
For starters, you need a server running Ubuntu 16.04 LTS at least. You should take a look at the [minimum requirements][8] before deploying a server for BigBlueButton.
You can explore more about the project in their [GitHub page][9].
[Try BigBlueButton][2]
If youre someone whos looking to set up a solution for online teaching, BigBlueButton is a great choice to explore.
It may not offer native smartphone apps — but you can surely access it using the web browser on your mobile. Of course, its better to find a laptop/computer to access an online teaching platform — but it works with mobile too.
What do you think about BigBlueButton for online teaching? Is there a better open-source project as an alternative to this? Let me know in the comments below!
--------------------------------------------------------------------------------
via: https://itsfoss.com/bigbluebutton/
作者:[Ankush Das][a]
选题:[lujun9972][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://itsfoss.com/author/ankush/
[b]: https://github.com/lujun9972
[1]: https://itsfoss.com/open-source-video-conferencing-tools/
[2]: https://bigbluebutton.org/
[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/07/big-blue-button.png?ssl=1
[4]: http://demo.bigbluebutton.org/
[5]: https://bigbluebutton.org/2018/07/09/greenlight-2-0/
[6]: https://docs.bigbluebutton.org/
[7]: https://github.com/bigbluebutton/bbb-install
[8]: https://docs.bigbluebutton.org/2.2/install.html#minimum-server-requirements
[9]: https://github.com/bigbluebutton