Media Blog (Patch)


Description:
New options are added to Moodle’s blog, such as, voice recording, media support and a blog search.
Moodle’s media blog allows students to record and save voice files directly to the Moodle blog from within the browser. Flash Media Server is required to record and save audio files. Users can also post text and/or media to their blog using a mobile phone or other mobile device.
How to Use:
1. Go to Blog page and click “Add a new entry” link
2. If you want to record your voice, click “Record” button.
3. Speak into the microphone.
4. Click the “Stop” button.
5. Check the “Save record” checkbox.
6. Click “Save Changes”.
Installation:
1. Install “Voice Comment Nanogong” filter
2. Extract archive into your hard drive.
3. copy 3 folder “blocks, blog, lang” in Moolde root directory (rewrite all files).
4. Add line to config.php file in moodle root directory
$CFG->fms = ‘kochi-tech.net’; // or your own fms server
5. Go to http://yourmoodle.com/blog/mysql_path.php .
6. If you want to use NanoGong , add line
$CFG->userecordtype = ‘nanogong’;
$CFG->fms = ‘kochi-tech.net’; // Please keep this link too
into config.php file which is placed in Moodle root
7. Only if you use nanogong, Install FFMPEG with lame support
- Installed the libmp3lame from source:
wget http://easynews.dl.sourceforge.net/sourceforge/lame/lame-3.98.4.tar.gz; tar -xvf lame-3.98.4.tar.gz; cd lame-3.98.4;./configure; sudo make && make install
- Removed the pre-compiled ffmpeg installation: apt-get remove ffmpeg
- Downloaded its source: svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
- Installed the source setting the –enable-libmp3lame option up: sudo ./configure –enable-libmp3lame; sudo make && make install
- Bug in Cent OS 5, command for fixing bug : ldconfig /usr/local/lib
Download:
Blog (path) for Moodle 1.8.4
Blog (path) for Moodle 1.9.3
Blog (path) for Moodle 1.9.3 with NanoGong
Tags: blog, course, flash, FMS, modules, moodle, patch