ebbba-org / ansible-role-bigbluebutton

Ansible role for a bigbluebutton installation (following the documentation on https://docs.bigbluebutton.org/administration/install and https://github.com/bigbluebutton/bigbluebutton)
https://www.ebbba.org/
MIT License
126 stars 82 forks source link

Allow to use virtual backgrounds easily #285

Closed kaystrobach closed 1 year ago

kaystrobach commented 2 years ago

Is your feature request related to a problem? Please describe.

Would be nice to have an easy way to replace / add virtuall backgrounds

Describe the solution you'd like

Describe alternatives you've considered

Additional context

Imho this includes a merge of the image names with the following option in the playbook:

      bbb_meteor:
        virtualBackgrounds:
          fileNames:
BrutalBirdie commented 2 years ago

Talked to @Davka about this, we are looking into it.

einhirn commented 2 years ago

I am using the list from the filenames in the meteor config to copy the files and the thumbnails to the servers in my custom role. Could perhaps contribute that, although it's no rocket science.

We're still preparing the thumbnails manually - you need to put the images there anyway, so you can also fix the thumbnails... Of course you could add a dependency to eg. imageMagick or something to automate it either locally or remotely. I can relate to 'not having to think about it', but is it really worth the additional hassle? How many files do you change how often?

dimitrihof commented 1 year ago

I am working on a solution https://github.com/ebbba-org/ansible-role-bigbluebutton/pull/336

kaystrobach commented 1 year ago

We are doing it for that way now as well. With the 2.6 option to upload custom images the importance gets lower imho

dimitrihof commented 1 year ago

We are doing it for that way now as well. With the 2.6 option to upload custom images the importance gets lower imho

Not sure about that. We host for Organisations that are not interested in uploading custom backgrounds at all. They just want some branded backgrounds.

BrutalBirdie commented 1 year ago

Default feature in 2.6.

defnull commented 1 year ago

Would still be nice to have a way to deploy custom default backgrounds that are available to all users. Please re-open?