Modules: Moodle module — Moodle php — Learning

HTML5 slideshow (Module)

Description:
This module allows users to create slide show simply by uploading images and sound files.
Images can be uploaded or chosen from images that have already been uploaded.
Uploaded MP3 files or voice recorded on line can also be selected for the slide show.
The HTML5 slide show is created automatically after choosing or uploading the sound and image files.

Requirements:
Java client, FFMPEG with lame

Installation instructions:
1. Upload “slideshowhtml5″, to “modules” folder in your moodle directory.
2. Go to admin area and activate plug-in.
3. Add line to config.php file in moodle root directory
$CFG->fms = ‘kochi-tech.net’; // or your own fms server
4. 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
5. 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

Warring! Be careful, you can kill your server if you make a mistake.

Options:
none.

Instructions on how to use:
1. Create a slideshow activity
2. Enter title, summary, description and number of slides.
3. Add images and voice.


Tags: , , , ,

You can follow any responses to this entry through the RSS 2.0 feed.