英文:
How to give Permission to Moodle 4.0 to view BBB recorded sessions
问题
抱歉,由于您的要求,我将仅返回翻译好的部分,不包括代码部分:
**你好,我最近在我的Ubuntu服务器20.04上安装了Moodle 4.0,它已经集成了Blindside Networks提供的Big Blue Button插件。BBB运行得很正常并且能够录制。问题是我无法查看录制的会话。我联系了Blindside Networks的人,他们说他们可以在他们的服务器上看到我的录制并且已经发布,我应该检查我的Moodle服务器以授予权限。
您能帮助我找出错误在哪里,或者如何在我的Moodle服务器上授予查看录制会话的权限吗?
亲切的问候**
- 在Moodle中查看BigBlueButton活动并确保已勾选“记录会话”选项。
- 确保BigBlueButtonBN插件在Moodle 4.0中已正确安装和配置,包括服务器端和客户端。
- 在Moodle中检查Apache错误。
英文:
**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
答案1
得分: 0
已经为 Moodle 设置了 cron 吗?
BigBlueButton 需要 cron 来更新 Moodle 中的录制列表。
您可以从命令行手动运行 cron 以进行测试:
php admin/cli/cron.php
但是您应该设置 cron 自动每分钟运行,具体的说明在这里:
https://docs.moodle.org/402/en/Cron
录制会话后,运行 cron 几次,您应该会看到类似以下的内容:
演示按钮即为录制
英文:
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
The presentation button is the recording
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论