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

feat(chat-message): allow for custom message definition #126

Closed faust64 closed 3 years ago

faust64 commented 3 years ago

Fixes https://github.com/aau-zid/BigBlueButton-liveStreaming/issues/115

Allows overriding the default message prefix, letting other attendees know bbb-livestreaming joined their conference.

mtsonline commented 3 years ago

Hi and thanks for the improovement. this will break the current behaviour as on updates without changing the config the anouncement will no longer be made. Still I think it is useful. Could you change it a bit for backwardscompatibility and...

and could you do the same for the anouncement of the chat user in chat.py? It should work the same way for this anouncement.

thanks a lot cheers

faust64 commented 3 years ago

isn't tmp_chatMsg = os.environ.get('BBB_CHAT_MESSAGE', "This meeting is streamed to") supposed to keep the default message, if none was set? added docker-compose / env examples, and some way to turn announcement off. and some equivalent for chat.py