connect bbb2.2 to opencast8

197 views
Skip to first unread message

Amtoj Singh

unread,
Feb 24, 2020, 7:34:02 AM2/24/20
to BigBlueButton-dev
Hello all

While installing my conferencing system I am not able to integrate bbb2.2 with opencast7/8 as no supported plugin version available.
Please help if you have already developed the plugin for the same.

Thanks

Fred Dixon

unread,
Feb 24, 2020, 8:51:01 AM2/24/20
to BigBlueButton-dev
Hi Amtoj,

We did have an integration about 7 years ago that would send the video component of a recording to Opencast (this wouldn't include the slide presentation or whiteboard marks as they are played back using Javascript and images).  Still, if the meeting was sharing audio, webcams, and screen -- there is a video that could be sent to Opencast for ingesting. 

Are you a developer?  Is this something you would be interested in working on?  If so, we could give you some guidance on how to implement it.

Regards,... Fred

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/49006787-db83-4be8-8ca5-2078320bfd75%40googlegroups.com.


--
BigBlueButton Developer

Like BigBlueButton?  Tweet us at @bigbluebutton

Amtoj Singh

unread,
Feb 25, 2020, 1:54:53 AM2/25/20
to BigBlueButton-dev
Hello Fred

Yes, I am a developer and focusing on this plugin as it is much required. Any help would be appreciated.

Thanks

On Monday, 24 February 2020 19:21:01 UTC+5:30, Fred Dixon wrote:
Hi Amtoj,

We did have an integration about 7 years ago that would send the video component of a recording to Opencast (this wouldn't include the slide presentation or whiteboard marks as they are played back using Javascript and images).  Still, if the meeting was sharing audio, webcams, and screen -- there is a video that could be sent to Opencast for ingesting. 

Are you a developer?  Is this something you would be interested in working on?  If so, we could give you some guidance on how to implement it.

Regards,... Fred

On Mon, Feb 24, 2020 at 7:34 AM Amtoj Singh <amto...@gmail.com> wrote:
Hello all

While installing my conferencing system I am not able to integrate bbb2.2 with opencast7/8 as no supported plugin version available.
Please help if you have already developed the plugin for the same.

Thanks

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigblueb...@googlegroups.com.

Fred Dixon

unread,
Feb 25, 2020, 6:44:11 AM2/25/20
to BigBlueButton-dev
Hi Amtoj,

Sounds good.  This is the key part of the documentation


The record and playback script that process raw data into a recording format are written in Ruby.  There are hooks to put in your own scripts to do additional actions.  Take a look at the above .  You'll want to install the recording format

  bbb-playback-screenshare

that gives you a single video file (minus presentation area) of the audio + video + screenshare.  With this single video, and the above docs, try creating a post publish script that will send the video (along with meta data) to OpenCast for ingestion.

Regards,... Fred

To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/0370ed36-741b-482d-bc0e-84e237851310%40googlegroups.com.

Lars Kiesow

unread,
May 13, 2020, 3:00:01 PM5/13/20
to BigBlueButton-dev
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
Reply all
Reply to author
Forward
0 new messages