innova/media-resource-bundle

Claroline Media resource Bundle

Installs: 68

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 8

Forks: 1

Open Issues: 2

Language:JavaScript

Type:claroline-plugin

v6.0 2016-03-24 08:40 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:50:28 UTC


README

This Bundle is intended to be used with [Claroline Connect LMS] (https://github.com/claroline/Claroline)

Requirements

  • This bundle uses avconv (libav-tools package) to encode uploaded files. So you'll need it on your server.
  • GoogleTTS Api is also used for backward building help. This functionality will only work on Chrome.

Installation

Install with composer :

$ composer require innova/media-resource-bundle

$ php app/console claroline:plugin:install InnovaMediaResourceBundle

Create a folder named innovamediaresourcefiles at the root of the application & set appropriate rights on it.

Authors

  • Donovan Tengblad (purplefish32)
  • Axel Penin (Elorfin)
  • Arnaud Bey (arnaudbey)
  • Eric Vincent (ericvincenterv)
  • Nicolas Dufour (eldoniel)
  • Patrick Guillou (pitrackster)

Requests

Go to Claroline if you want to ask for new features.

Go to Claroline Support if you encounter some bugs.

Javascript librairies

Intensive use of the wonderful library [wavesurfer.js] (http://www.wavesurfer.fm/)

TODO

Create AdditionalInstaller script to simplify plugin installation.