Plugin for Moodle LMS
Moodle
More on Moodle
Moodle is a versatile online learning environment, widely adopted by universities, schools, educational centers, and business for remote and hybrid learning scenarios. The benefits offered by Moodle include flexibility, open-source code, and a large plugin ecosystem. You can deploy Moodle on your own infrastructure, customize it to your internal workflows, and integrate it with other services such as video platforms, authorization systems, analytics, and proctoring software. The installation and configuration of Moodle typically requires a technical specialist.
Under heavy loads, it is practical to offload video content management to a separate infrastructure. In such a setup, Moodle is used to manage courses, users, assignments, tests, and grades, while video content is stored and delivered via a specialized service. This reduces the load on the Moodle server, helps you scale the system as the number of users grows, and lowers disk and network requirements.
The Cloud Video plugin for Moodle
While Moodle streamlines learning management, Cloud Video handles your video content. Beyond the standard video storage, processing, and streaming, Cloud Video unlocks various AI features, such as auto-generated summaries and and timestamps, neural translation, and multi-speaker subtitles. Cloud Video also allows you to flexibly customize the player appearance to match the course interface or your organization's brand.
Installing the plugin
-
Make sure to meet the following prerequisites:
- Install
Moodle version 3.11 or higher. - Create a course
in Moodle. - Get Moodle administrator permissions to install the plugin.
- Install
-
Download the ZIP archive from the plugin page
or from the Releases section on GitHub. -
Log in to Moodle with an administrator account.
-
On the Site administration page, select Plugins → Install plugins.
-
Under Install plugin from ZIP file, upload the archive.
-
Click Install plugin from ZIP file.
-
Follow the on-screen instructions to complete the installation.
Configuring the plugin
- In Moodle, on the Site administration page, select Plugins → Media players → Manage media players.
- In the list of media players, find Yandex Cloud Video.
- Enable the plugin.
- Save your changes.
Adding a video or broadcast to a course
-
In Moodle, enable the course editing mode.
-
Open the editor for the relevant course item.
-
Paste the link into the text content as a separate line.
Video link format:
https://runtime.video.cloud.yandex.net/player/video/<video_ID>Broadcast episode link format:
https://runtime.video.cloud.yandex.net/player/episode/<episode_ID> -
Save your changes.
The plugin will automatically replace the link with an embedded Cloud Video player.
To customize the appearance of the Cloud Video player and add a logo to the video, create a template. You can also use the video player SDK for IFrame for customization.