Playlist

Activities ::: mod_playlist
Maintained by FredFred Woolard
Part of set RTMP.
The playlist resource plugin provides a way to save a list of rtmp URLs which can then be referenced by the filter_rtmp plugin.

Playlist 0.0.3 (Build 2014012300)

Moodle 2.3, 2.4, 2.5, 2.6, 2.7, 2.8
Released: ସୋମବାର, 27 ଜାନୁଆରୀ 2014, 11:39 PM
Ver. 2013052001 Rel. 0.0.3 (Build 2014012300)

Add usage example URL to view
Change maturity to stable


README for mod_playlist resource plugin

DISCLAIMER AND LICENSING
------------------------
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 .


GENERAL INFORMATION
-------------------
The playlist plugin, used in conjunction with the filter_rtmp plugin,
provides a way to save a reference a list of rtmp URLs in a course. It
does little more than a label, except to provide a name for each set
of URLs.

Once a set of rtmp URLs is named and saved, you can reference it in a
URL that will be used by the rtmp filter. For example, for a course's
section/topic description, or in a label, type the word 'link' and then
click on the wysiwyg editor's link button. In the URL field, type the
following: rtmp://playlist=CLASSICAL. That's assuming you named your
playlist 'CLASSICAL'. When the filter detects the rtmp link, it will
fetch the named playlist and build a list of clips on which the user
can click.


INSTALLATION
------------
Place the playlist directory in the site's mod directory. Access the
notifications admin page to confirm installation.

Version information

Version build number
2013052001
Version release name
0.0.3 (Build 2014012300)
Maturity
Stable version
MD5 Sum
cb53269f2be99d578451932177442d14
Supported software
Moodle 2.3, Moodle 2.4, Moodle 2.5, Moodle 2.6, Moodle 2.7, Moodle 2.8
  • Latest release for Moodle 2.3
  • Latest release for Moodle 2.4
  • Latest release for Moodle 2.5
  • Latest release for Moodle 2.6
  • Latest release for Moodle 2.7
  • Latest release for Moodle 2.8

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