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

Boolean ENV parameters BBB_INTRO, BBB_START_MEETING should be checked against "true" #51

Closed hbruch closed 4 years ago

hbruch commented 4 years ago

Describe the bug startStream.shexpects a couple of boolean ENV parameters (e.g. BBB_ENABLE_CHAT, BBB_SHOW_CHAT,BBB_START_MEETING, BBB_INTRO).

However, BBB_INTRO, BBB_START_MEETING are checked against an empty string instead of true.

As a result, chat.py tries to start a meeting, even though BBB_START_MEETING is set to false.

mtsonline commented 4 years ago

fixed in the next version. (intro is not boolean)