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

make URL posted to the chat configurable #108

Closed ichdasich closed 3 years ago

ichdasich commented 3 years ago

Pull request addressing #107. Simple addition of an additional CLI arg to stream.py and introduction of BBB_CHAT_STREAM_URL to set the URL.

Choice for handling the default might be a bit flaky (ll. 146 in stream.py), but i could not think of a better way to use a default there (as that would depend on args.target being already populated).

ichdasich commented 3 years ago

Just updated the PR; I now define tmp_chatUrl before the if statement, and reset it in case args.chatUrl is set.