Privacy in recording settings

77 views
Skip to first unread message

Florian Lausen

unread,
Jan 20, 2022, 6:01:53 AM1/20/22
to BigBlueButton-dev

Hello all,

I wonder if there is a possibility to exclude the chat as well as the list of participants from the recording (version 2.4), or not to let it be processed. Otherwise, the recording of classes is not compatible with the principles of European data protection. If this can be argued otherwise, I would appreciate any advice.
Regarding the initial situation: We would like to have the content of an event recorded. If a participant wants to say something, then the recording is stopped and then restarted. In the recording, however, the chat and the list of participants is also visible, which must not be. We need a recording without personal data of the participants.
Is there any place to turn this off, or is there a request to configure this in a future version. Currently the recording function cannot be used in the context of course recording.
Kind regards
Flo

Juan Lopez

unread,
Jan 21, 2022, 6:18:02 AM1/21/22
to BigBlueButton-dev
Hi Florian,

we're having the same "problem" (DSGVO/GDPR). We took a script and customized it to anonymize names in chats. However, our solution is still very buggy.
I've been meaning to test the following solution (https://github.com/danielpetri1/bbb-recording-exporter) but haven't had the time. This Ruby script claims to do exactly what you're (we're) looking for.
I've read this issue and some other similar issues in the github posts, but I don't think there's been anything done to.
I'll bring it up in the next community meeting. You're welcome to join too, if you have time. Meeting starts next Monday at 16 hrs. CET.
If you do test the Ruby script, it would be nice to hear your thoughts.

Regards,

J.

DistanceLearning.cloud

unread,
Jan 21, 2022, 7:16:25 AM1/21/22
to BigBlueButton-dev
Couple of approaches...   

1) raw events.rb  could just use the w_xxxxxxxxx unique internal name when creating the events.xml,  you could follow the different conversations.
then you process the recordings.

2) after the recording is published,  you just have script to sanitize the names in slides_new.xml.   find all the unique names, and replace with user1, user2 etc. 

3) we use daniel's mp4 conversion code in our recording service.    i'll look at that code,  but he just takes the slides_new.xml as input so a simple script for 2) will accomplish the same for both the html5 and mp4 recordings, if you need to offer both recording formats to your end users.

Regards,
Stephen

Florian Lausen

unread,
Jan 22, 2022, 3:14:37 AM1/22/22
to bigblueb...@googlegroups.com
Hi, thanks for your reply. 
In my opinion it should be standard to not record personal data. All scrips and manual handlings are so uncertain in terms of maintainability.

Am 21.01.2022 um 13:16 schrieb DistanceLearning.cloud <sd...@distancelearning.cloud>:

Couple of approaches...   
--
You received this message because you are subscribed to a topic in the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-dev/USYYhal3ayc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/66f877ad-3684-4221-bfb3-c01dbb3fd76en%40googlegroups.com.

Daniel Petri

unread,
Jan 24, 2022, 5:10:32 AM1/24/22
to BigBlueButton-dev
Hi Florian,
I've developed the MP4 conversion script Juan mentioned and it provides an option to either hide the chat entirely or to anonymize the chat names while still displaying the contents. You can try it and see whether it fulfills your needs - if not, feel free to open an issue with an enhancement suggestion. I'll attend the community meeting call so that we can talk about it in more detail.

Your suggestion of automatically starting/stopping the recording would probably need to be implemented as an additional recording format.

Kind regards,
Daniel

Juan Pablo Miranda

unread,
Jan 25, 2022, 4:49:14 PM1/25/22
to BigBlueButton-dev
Hi all.
I don't think this option should be standard. Always exists the possibility  of any participant to record his own screen and publish this worldwide.
I agree this could be a configurable option.
Best regards.
JP
Reply all
Reply to author
Forward
0 new messages