Media Capture

Repositories ::: repository_mediacapture
Maintained by Ankit Gupta
Repository plugin to record audio/video content.

Media Capture 2.3 (Build: 2012062500)

Moodle 2.3
Released: Thursday, 30 August 2012, 11:29 AM
Mediacapture plugin
===================

Introduction
------------
This is a Moodle repository plugin for recording media directly using the filepicker. The plugin currently comes with 3 recorders built in viz Nanogong (Java Audio recorder), Red5Recorder (Flash Red5 Video recorder) and Flash Audio Recorder.
The plugin automatically selects the appropriate recorder to display according to client configurations in the Auto detect mode. In the manual mode you can select from a list of available compatible recorders.

If you are looking to make a recorder for mediacapture. Please follow :
http://docs.moodle.org/dev/Mediacapture_plugin_recorders

About the recorders
---------------------
Nanogong
--------
Nanogong is a Java applet to record and playback the recorded audio stream.
More about Nanogong project : http://nanogong.ust.hk/

Red5-Recorder
-------------
Red5 Recorder is a Open Source Red5 video flex recorder and player.
More about Red5 Recoder project : http://www.red5-recorder.com/

Steps to activate red5recorder :
1. Copy red5recorder-app within {repository_mediacapture}/recorders/red5recorder/assets/ to your {RED5_HOME}/webapps/
2. Rename it to red5recorder.
3. Restart red5.
4. Enable the recorder from within admin settings of Mediacapture and set the rtmp server IP if it is different from 127.0.0.1 (localhost)

Steps to install and run red5 :
1. Download the v0.9.1 (red5 recorder is not supported in higher versions) of the installation from http://www.red5.org/downloads/red5/0_9/
2. Follow the instructions below :
2.1 Windows
2.1.1 Installation is straightforward double-click the red5-0.9.1.exe
2.1.2 Set IP as 127.0.0.1 (or a static ip as desired) and HTTP port as 5080
on prompt.
2.2 Linux
2.2.1 Red5 installation instructions for linux can be found on this Moodle
doc : http://docs.moodle.org/21/en/Moodle_Language_Lab
2.2.2 Set IP as 127.0.0.1 (or a static ip as desired) and HTTP port as
5080 in the {RED5_HOME}/conf/red5.properties (default should be set).
3. Restart server.

Flash Audio Recorder
--------------------
A flash audio recorder (no streaming server required). Requires Flash Player 10.1 or above.
More about Flash Audio Recorder : https://github.com/MaxThrax/local-audio-recorder

Requirement
-----------
Moodle 2.3 onward

Installation
------------
- Copy to MOODLEROOT/repository/
- Trigger moodle upgrade script
- Enable the plugin from Site administration -> Plugins -> Repositories -> Manage Repositories

Copyright
---------
2012 Ankit Gupta

License
-------
GPL v3 or later

Version information

Version build number
2012083000
Version release name
2.3 (Build: 2012062500)
Maturity
Alpha
MD5 Sum
7a4e813dc891156b3dbe21d0716d20b0
Supported software
Moodle 2.3
  • Latest release for Moodle 2.3

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Repositories

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