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

Does not handle ${BBB_MEETING_ID} values with a space #40

Closed glunardi closed 4 years ago

glunardi commented 4 years ago

Describe the bug If a MeetingID includes a space, the sh script fails to pass the MeetingID correctly

To Reproduce Steps to reproduce the behavior:

  1. Create a Meeting with a MeetingID that includes a space i.e. "Demo Meeting" (created by the Demo APIs)
  2. Configure BBB_MEETING_ID="Demo Meeting"
  3. run the container with that value and it fails 100% of the time

Expected behavior MeetingID with a space should be supported. Simply wrap ${BBB_MEETING_ID} in double quotes possibly in startStream.sh

Additional context Great feature though. Thank you very much for sharing your implementation of a RTMP streamer for BBB. Looking forward to using it soon.