innova/media-resource-bundle

Claroline Media resource Bundle

Maintainers

👁 innova

Package info

github.com/InnovaLangues/MediaResourceBundle

Homepage

Language:JavaScript

Type:claroline-plugin

pkg:composer/innova/media-resource-bundle

Statistics

Installs: 68

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 2

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

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 9ff91569bfc11789c069c8363faf2fc91544339b

  • Arnaud Bey <arnaud.bey.woop@u-grenoble3.fr>
  • Axel Penin <axel.penin.woop@u-grenoble3.fr>
  • Eric Vincent <eric.vincent.woop@u-grenoble3.fr>
  • Donovan Tengblad <donovan.tengblad.woop@u-grenoble3.fr>
  • Patrick Guillou <patrick.guillou.woop@u-grenoble3.fr>
  • Nicolas Dufour <nicolas.dufour.woop@u-grenoble3.fr>

ClarolineMediaResource

This package is not auto-updated.

Last update: 2026-06-21 03:07:42 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.