Skip to content

Commit

Permalink
Updated README with link to moodle doc for creating recorders in
Browse files Browse the repository at this point in the history
Mediacapture.
  • Loading branch information
ankitdbst committed Aug 9, 2012
1 parent a47c969 commit 37cada9
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README
Expand Up @@ -3,8 +3,10 @@ Mediacapture plugin

Introduction
------------
This is a Moodle repository plugin for recording media directly using the filepicker. The plugin is built as a framework and provides an interface for the sub-plugins/recorders to implement.
Plugin automatically checks for the installed recorders and sets the config for the recorders in the admin settings. The recorders are loaded based on the client browser requirements and priority of recorders in admin settings.
This is a Moodle repository plugin for recording media directly using the filepicker. The plugin is built as a framework and provides a recorder class which every recorder must extend. Plugin automatically checks for the installed recorders and sets the config for the recorders in the admin settings. The recorders are loaded based on the client browser requirements.

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

About the sub-plugins
---------------------
Expand All @@ -28,13 +30,15 @@ Steps to install and run red5 :
1. Download the 0.9.1 version of the installation from http://www.red5.org/downloads/red5/0_9/
2. Follow the instructions below :
2.1 Windows
Installation is straightforward double-click the red5-0.9.1.exe
Set IP as 127.0.0.1 (or a static ip as desired) and HTTP port as 5080 on prompt.
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
Red5 installation instructions for linux can be found on this Moodle doc : http://docs.moodle.org/21/en/Moodle_Language_Lab
2.2.1 Red5 installation instructions for linux can be found on this Moodle doc :
http://docs.moodle.org/21/en/Moodle_Language_Lab
or
http://trac.red5.org/wiki/Install
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).
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.

Local Audio Recorder
Expand Down

0 comments on commit 37cada9

Please sign in to comment.