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

HTML5 client has to be set as default #74

Closed prazape closed 4 years ago

prazape commented 4 years ago

Describe the bug The streamer does not work if you don't have html5 client set as default. It can neither join or start a meeting.

To Reproduce

  1. Have a bbb server with default file /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties with values:
    # Force all attendees to join the meeting using the HTML5 client
    attendeesJoinViaHTML5Client=false
    # Force all moderators to join the meeting using the HTML5 client
    moderatorsJoinViaHTML5Client=false
  2. Try to stream a meeting
  3. See nothing (= error)

Expected behavior I am not sure if i understand the bbb API correctly but when streamer needs bbb secret and being able to use API I would expect it to turn on html5 client for itself via api. If it is not possible I would expect some error message plus this being noted in HowTo and Prerequisites.

Regards, Petr P.