skip to Main Content

**Hi, I recently installed Moodle 4.0 on my Ubuntu server 20.04 and It came with Big Blue Button Plugin integrated offered by Blindside Networks. The BBB works perfectly fine and records. The problem I can not see the recorded sessions, I contacted Blindside Networks guys they said they see my recordings in their server and are published I should check my Moodle server to give rights.

Can You assist me where is the error or how to give rights on my Moodle server to view the recorded sessions.

Kind regards**

  • BigBlueButton activity in Moodle and making sure that the "Record the session" option is checked.
  • Making sure that the BigBlueButtonBN plugin is properly installed and configured in Moodle 4.0, both on the server-side and the client-side.
  • Checking for apache errors in Moodle

2

Answers


  1. Have you set up cron for Moodle?

    BigBlueButton needs cron to update the list of recordings in Moodle

    You can run cron manually from the command line to test

    php admin/cli/cron.php
    

    But you should set up cron to run automatically every minute, the instructions are here

    https://docs.moodle.org/402/en/Cron

    After recording a session, run cron a few times, you should see something like this

    enter image description here

    The presentation button is the recording

    Login or Signup to reply.
  2. I encountered the same problem as your question. I checked moodle’s cron, everything works perfectly OK. But recordings still don’t show presentation. If you have solved it, please share.
    Many thanks.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search