Skip to content
Snippets Groups Projects
Select Git revision
  • 63d0a103ed6cb28e1695ea9ce6dfc1ad0b8a9bea
  • master default protected
  • hsh-v4.4-r1
  • hsh_3.10
4 results

moodle-filter_opencast

user avatar
Tamara Gunkel authored
63d0a103
History

moodle-filter_opencast

The opencast filter can be used to embed opencast videos. The filter takes in the html pasted by the opencast repository and replaces it by an iframe, which loads the Paella player with the respective opencast event. The filter itself has no influence on the embedded content, but simply takes the information created by the repository. Look into the documentation of repository_opencast for details on that.

Filter opencast demonstration

Requirements

Configuration

The filter has two global configurations that can be modified by the administrator.

Filter opencast configuration

The first configuration "URL template for filtering" specifies the URL type that is replaced by the filter. This URL should correspond to the URLs inserted by the repository plugin. In the config, you must use the placeholder [EPISODEID] to indicate where the episode id is contained in the link, e.g. http://stable.opencast.de/play/[EPISODEID].

The second configuration "URL to Paella config.json" specifies the path to the Paella player config. This config can be adapted if you want to modify the look or behavior of the Paella player.

Notice: Make sure to configure mod_opencast before using the filter. If mod_opencast isn't configured correctly, the paella player won't be able to display the video.

License

This plugin is developed in cooperation with the WWU Münster.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.