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
Requires
- php: >=5.4.1
- claroline/core-bundle: ~6.0
This package is not auto-updated.
Last update: 2024-10-26 17:45:39 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.