Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: Multimedia plugins filter.

Multimedia plugins filter: Difference between revisions

From MoodleDocs
(→‎Settings Page: where and minor edit)
 
(67 intermediate revisions by 21 users not shown)
Line 1: Line 1:
{{Moodle 1.6}}
{{Filters}}
The Multimedia plugins filter finds a link in text that points to a multimedia resource and replaces the link with an appropriate multimedia player code which can play the resource.  The actual player resides on each users' computer.


The Multimedia plugins filter finds URLs that point to multimedia resources in text and replaces them with an appropriate multimedia player. The following media types are available:
For example, a teacher may put a MP3 audio file as a resource in their course, or have a URL link to an external MP3 file.  When the MP3 audio plugin has been turned on, the student will be able to play them in Moodle using a media player on their computer.  See also [[Media embedding]].


* .mp3 - MPEG Audio Stream, Layer III
== Site administration settings ==
* .swf - Macromedia Flash Format File (Macromedia, Inc.)
* .mov - QuickTime Video Clip (Apple Computer, Inc.)
* .wmv - Windows Media File (Microsoft)
* .mpg - MPEG Animation
* .avi - Audio Video Interleave File
* .flv - Flash Video File (Macromedia, Inc.)
* .ram - RealMedia Metafile (RealNetworks, Inc.)
* .rpm - RealMedia Player Plug-in (RealNetworks)
* .rm - RealMedia Streaming Media (Real Networks, Inc.)


=== Usage ===
A site administrator can enable the multimedia plugins filter  from 'Manage filters' in Site administration. They can enable and disable certain media players from 'Manage media players' also in Site administration.


Insert the URL of the multimedia resource into your text (which can be the URL of a file in the course files area). When displayed a suitable player will be provided. Moodle detects the media type using the filename extension, so you should ensure that the file contents match the extension correctly.
Moodle's default media player is [[VideoJS player]].


=== Settings Page ===
== Required software on user's computer ==
The settings page is in the administration block.  Prior to version 1.7, this can be reach from Configuration->Filters->MultiMedia Plugins.  In 1.7 it can be found in the administration block, Modules->Filters -> MultiMedia Plugins.


There is an individual setting to turn on or off each supported media type.  Note that by default all but the Flash (.swf) filter are enabled. As Flash files present a theoretical security, risk it is strongly recommended not to allow users to add flash content.
Although Moodle prepares the media files to be played in the browser, the actual playback is handled by various types of browser plug-in software, primarily Adobe Flash, Quicktime, Windows Media Player and Real Player. If users do not have these installed they may be prompted to go and install them by their browser. These pieces of software are generally free, easily installed and widely used so this will only be an issue for small numbers of users.


== See also ==
== See also ==


* [[Filters (administrator)]]
* [[Multimedia plugins FAQ]]
* [[MP3 player]]
* [[Video| Video]]
* [http://moodle.org/mod/forum/discuss.php?d=37119 Multimedia plugin vs object embed] forum discussion
* [[Audio| Audio]]
* [http://moodle.org/mod/forum/discuss.php?d=29588 Size of embedded Flash] forum discussion


[[Category:Administrator]]
Using Moodle forum discussions:
[[Category:Filter]]
* [http://moodle.org/mod/forum/discuss.php?d=98698 swf filter security]
* [http://moodle.org/mod/forum/discuss.php?d=125619 How to upload a screen capture video to the Moodle?]
 
 
[[Category:Site administration]]
[[Category:Multimedia]]
 
[[de:Multimedia-Plugins]]
[[es:Filtro_de_plugins_multimedia]]
[[fr:Extensions multimédia]]
[[es:Multimedia plugins (filtro)|Multimedia plugins]]
[[ja:マルチメディアプラグイン]]

Latest revision as of 15:29, 11 December 2016

The Multimedia plugins filter finds a link in text that points to a multimedia resource and replaces the link with an appropriate multimedia player code which can play the resource. The actual player resides on each users' computer.

For example, a teacher may put a MP3 audio file as a resource in their course, or have a URL link to an external MP3 file. When the MP3 audio plugin has been turned on, the student will be able to play them in Moodle using a media player on their computer. See also Media embedding.

Site administration settings

A site administrator can enable the multimedia plugins filter from 'Manage filters' in Site administration. They can enable and disable certain media players from 'Manage media players' also in Site administration.

Moodle's default media player is VideoJS player.

Required software on user's computer

Although Moodle prepares the media files to be played in the browser, the actual playback is handled by various types of browser plug-in software, primarily Adobe Flash, Quicktime, Windows Media Player and Real Player. If users do not have these installed they may be prompted to go and install them by their browser. These pieces of software are generally free, easily installed and widely used so this will only be an issue for small numbers of users.

See also

Using Moodle forum discussions: