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

stream.py: attempt to fix presence of chat message #157

Closed oxzi closed 2 years ago

oxzi commented 2 years ago

In four out of five times, the chat message could not be posted on my setup. This "fix" moves the magic sleep before trying to post the message, as this increases the chance of the overlay to have already disappeared. For further issues, the logging was increased.