aau-zid / BigBlueButton-liveStreaming

Streams a given BBB Meeting to an RTMP Server.
GNU General Public License v3.0
201 stars 160 forks source link

Error with chat_send in stream.py #89

Closed thifranc closed 3 years ago

thifranc commented 4 years ago

Hi, I have install BigBlueButton-liveStreaming and cannot stream with it so far :

chat_send = browser.find_elements_by_css_selector('[aria-label="Send message"]')[0]

I have copied/pasted the URL used by the 'live' user to go and join the room, and I saw that :
Screenshot_20201120_105230

I feel like the problem comes from the modal poping up, I tried to add :

        print(browser.find_elements_by_css_selector('[aria-label="Play audio"]'))
        join_audio = browser.find_elements_by_css_selector('[aria-label="Play audio"]')
        if len(join_audio) > 0:
          join_audio[0].click()

Just to see if it would close the modal but it didn't work.

Has anyone got the same problem ?

cod3r0k commented 2 years ago

HI I had the same issue. what should I do now?

thifranc commented 2 years ago

Hi, This should be fixed as the PR has been merged since. You can open a new issue on the project, describing your problem, and explaining your actual state and your 'desired' state.

If you have juste the same issue, you may have old code running ? are you using the latest version available ?