Keywords: BigBlueButton recordings: publication -- Opencast recording handler -- Opencast course element
BigBlueButton - Extensions
If BigBlueButton meetings are recorded, the publication of the recordings can now be controlled specifically. For this purpose, a list of participants is kept for each recording, which makes it possible to release the recording for different groups of participants:
- Owner and coach
- Course and group participants
- All participants of the meeting (except guests)
- Guests
In addition, an infrastructure was created that allows BBB recordings to be stored on an Opencast server. A re-integration of these recordings at other OpenOlat locations is possible via the Opencast module.
Course element Opencast
With the course element Opencast, recordings of meetings and courses stored on an Opencast server can be integrated into OpenOlat courses. The configuration and connection of the Opencast server is done in the administration. In the course element either single videos or whole series can be integrated.
Additional notes
- Change of username is possible, frentix customers please contact the frentix support
- Course tools can be integrated into Single pages and opened directly via link (see screenshot)
- Number of users waiting for the exam to start in exam mode is displayed for the coach in the assessment tool
- Users can be added to courses, groups, etc. using first and last names
- Course tool "Calendar" can also be opened in a new window
Important note for administrators
The JDBC driver for MySQL has been updated. Please check if the timezone is set in the database, because the driver does not accept undefined timezones.
Example:
SET GLOBAL Time_Zone = 'Europe/Zurich';
The following parameter should be checked in the olat.local.properties:
db.url.options.mysql=?characterEncoding=UTF-8&connectionCollation=utf8_unicode_ci
The connection collation attribute is mandatory for a few queries in OpenOlat. Please set this attribute with the same collation that is used in the database.
Technical details
- Framework feature to create new windows from within a controller
- Detach LDAP user name from OpenOlat user name and enable LDAP users via Excel import
- Library Updates
- Updating third-party libraries