HTML5 audio and video integration with plone
Project description
Introduction
This package provides Audio and Video Dexterity content types and behaviors. It works with same idea as collective.documentviewer. It will convert a uploaded video/audio to a common format. No need to do conversions locally before upload.
It integrates the HTML5 media player mediaelementjs.
Installation
In order for video conversion to work correctly, you’ll need ffmpeg installed which provides the avconv collection of command line utilities.
On Ubuntu, you should be able to install with:
sudo apt-get install ffmpeg
Async Integration
It it highly recommended to install and configure plone.app.async in combination with this package. Doing so will manage all media conversions processes asynchronously so the user isn’t delayed so much when saving/uploading files.
Changelog
1.0a1 (2013-12-18)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.