Hi everyone,
I already posted this on GitHub but I'll add it here as well just in case someone stumbles over this thread.
There is a fully functional integration available at:
The blog post I wrote is fully functional and you can use it with BigBlueButton 2.x + Opencast 8.x
That said, expect a major update to be released soon. We are currently working on it. I can probably post a longer description of the upcoming integration in the next days (will do so at the GitHub issue) but here is a summary:
- The problem with the integration I wrote is that the video transcoding still happens on the BigBlueButton servers and video files are kept on that cluster. We would like to offload these as soon as possible. E.g. replacing the archive step.
- We transfer the files including cutting information to Opencast for processing and publication. Right now, we are still not handling all possible data (e.g. we ignore chat messages) but that's something that might change over time.
- If your front-end passes metadata to BigBlueButton, we use those for Opencast. Right now, that's mainly to ensure that recordings will end up in a specific Opencast series and thus in a specific LMS course.
And some technical advice: Please don't try using the old integration