Keywords: BigBlueButton recordings: publication -- Opencast recording handler -- Opencast course element
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:
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.
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.
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.