blindsidenetworks / scalelite

Scalable load balancer for BigBlueButton.
GNU Affero General Public License v3.0
465 stars 249 forks source link

Issue with Scalelite and BigBlueButton Recording Playback in Moodle #1009

Open momen7899 opened 11 months ago

momen7899 commented 11 months ago

I have been utilizing the Scalelite solution (version blindsidenetwks/scalelite:v1.5.1.5) to scale my BigBlueButton instances, and everything seems to be working well except for the integration of BigBlueButton recording playback in Moodle.

Steps to Reproduce:

  1. Deploy Scalelite using the configuration from this repository: GitHub - jfederico/scalelite-run.
  2. Use the Scalelite version blindsidenetwks/scalelite:v1.5.1.5.
  3. Integrate BigBlueButton recordings in Moodle.
  4. Attempt to playback recorded videos in Moodle.

Expected Behavior:

The recorded videos should be successfully played back within Moodle using the Scalelite and BigBlueButton integration. and I should be able to see play button in Moodle.

Current Behavior:

I can not see the play button in Moodle so I can play recording video

Additional Information:

I have verified my configuration and reviewed the installation files, but I cannot identify the root cause of the issue. I believe that with your expertise, we can troubleshoot and resolve this problem.

Any assistance, suggestions, or guidance to resolve this issue would be greatly appreciated. I am open to providing any necessary information, log files, or configuration details to aid in the debugging process.

Thank you for your attention to this matter.

Environment Details:

Screenshots: [image

Related Issues: These issues didn`t help me to fix my problem. [(https://github.com/blindsidenetworks/scalelite/issues/405)] [https://github.com/blindsidenetworks/scalelite/issues/416]

hostbbb commented 11 months ago

Should try to get to 2.6.11 BBB, there were a few recording issues in the new video format during beta that have been fixed.

ffdixon commented 11 months ago

BigBlueButton Version: 2.6.0-beta.5

Echoing @hostbbb -- you definitely need to upgrade to the latest build. Just re-run bbb-install-2.6.sh with the same parameters.

Wladimir-N commented 8 months ago

# docker exec -it scalelite-nginx ls /var/bigbluebutton/playback presentation

The container doesn’t even have html that would allow you to play the new video recording format; it’s only there to play the old format. When is this issue expected to be fixed?