aau-zid / BigBlueButton-liveStreaming

Streams a given BBB Meeting to an RTMP Server.
GNU General Public License v3.0
200 stars 159 forks source link

Add parameter/env to set custom css styles #149

Closed hng closed 2 years ago

hng commented 2 years ago

This PR adds a parameter to set custom css that is used for the streamed BigBlueButton meeting.

Example:

To change the background color add: - "BBB_CUSTOM_STYLE=body {background-color: #3A92C7 !important;}" to the environment section of docker-compose.yml

This was done as part of my work for ColloCall and the Semantic Web in Libraries Conference.

mtsonline commented 2 years ago

Hi and thanks for this one! Did you test it with 2.3 and 2.4? cheers

hng commented 2 years ago

We've tested/used it with 2.3. Tried to test it with 2.4 just now but couldn't get it to work, looks however to be a general problem with 2.4 and the live-streaming container or our server configuration. Can test again next week.

mtsonline commented 2 years ago

please let us know, when you had the time to test it again with 2.4. There was a pr to fix issues with v2.4 even before you tested - it should be compatible though. If you still have troubles getting it to run, get back with more details so it can be solved, as most users will switch to 2.4 or already upgraded. thanks!

mtsonline commented 2 years ago

@hng had you time to test against 2.4 again? cheers Martin