Moodle Plugins directory: UbiCast MediaServer old Moodle activity plugin: Versions: 1.21 (Build: 2018091200) | Moodle.org

UbiCast MediaServer old Moodle activity plugin
UbiCast MediaServer old Moodle activity plugin 1.21 (Build: 2018091200)
Code prechecks
Easycast MediaServer Moodle activity plugin
Copyright: UbiCast (http://www.ubicast.eu) License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Description:
This Moodle activity module allows users to add media from an EasyCast MediaServer in their courses.
Dependencies:
This plugin requires the PHP CURL library, Moodle >= 2.7 and MediaServer >= 6.6.
Installation:
If you clone this repository, do not forget to initialise the git submodule:
git clone https://github.com/UbiCastTeam/moodle-mod_easycastms
cd moodle-mod_easycastms
git submodule init
git submodule update
Follow the standard moodle procedure to install the module. You can install it from the official Moodle plugins repository or using this git repository.
Once installed, go to the plugin settings in Moodle (usually, Plugins > Activity modules > EasyCast MediaServer plugin):
Set the url of the MediaServer and the API key to use in the plugin settings:
You can find these in the Mediaserver authentication settings:
Usage:
Once configured, a new activity type is now available in Moodle:
This allows the user to import media he has access to in MediaServer:
When clicking on "Select a media" the user gets to choose easily from the media he has access to:
That's it, content is now integrated in the Moodle course:
About rights management
Keep in mind that the rights management is currently based on comparing the usernames in Moodle and Mediaserver (in which case we recommend using LDAP as common authentication backend); if the user has the appropriate rights defined in MediaServer, he can also edit directly from within Moodle or watch the statistics.
Version information
- Version build number
- 2018091200
- Version release name
- 1.21 (Build: 2018091200)
- Can be updated from
- 1.7 (Build: 2013021400), 1.8 (Build: 2013042200), 1.10 (Build: 2013101100), 1.11 (Build: 2013112200), 1.12 (Build: 2013120100), 1.13 (Build: 2013120400), 1.14 (Build: 2014013000), 1.16 (Build: 2014091200), 1.18 (Build: 2015031700)
- Maturity
- Stable version
- MD5 Sum
- c4c5b6042bffb26b6b1025888d27e6ef
- Supported software
- Moodle 2.7, Moodle 2.8, Moodle 2.9, Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5
- Latest release for Moodle 2.7
- Latest release for Moodle 2.8
- Latest release for Moodle 2.9
- The more recent release 2.1 (Build: 2019021400) (2019021400) exists for Moodle 3.0
- The more recent release 2.1 (Build: 2019021400) (2019021400) exists for Moodle 3.1
- The more recent release 2.1 (Build: 2019021400) (2019021400) exists for Moodle 3.2
- The more recent release 2.1 (Build: 2019021400) (2019021400) exists for Moodle 3.3
- The more recent release 2.1 (Build: 2019021400) (2019021400) exists for Moodle 3.4
- The more recent release 2.1 (Build: 2019021400) (2019021400) exists for Moodle 3.5
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Activities
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "assignment") in the "mod" subdirectory.
- Visit http://yoursite.com/admin to finish the installation