UbiCast MediaServer old Moodle activity plugin

Activities ::: mod_easycastms
Maintained by Stéphane Diemer
This Moodle activity module allows users to add media or channels from a UbiCast MediaServer in their courses. They can also edit media directly from Moodle without having to go on the MediaServer site.

UbiCast MediaServer old Moodle activity plugin 1.21 (Build: 2018091200)

Moodle 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5
Released: Wednesday, 7 November 2018, 11:59 PM

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):

Plugin settings location

Set the url of the MediaServer and the API key to use in the plugin settings:

Plugin settings

You can find these in the Mediaserver authentication settings:

MS settings

Usage:

Once configured, a new activity type is now available in Moodle:

Use 1

This allows the user to import media he has access to in MediaServer:

Use 2

When clicking on "Select a media" the user gets to choose easily from the media he has access to:

Use 3

That's it, content is now integrated in the Moodle course:

Use 4

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

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Activities

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "assignment") in the "mod" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation