cmsplugin-filer-html5video

HTML5 video plugin for django CMS and django-filer, using VideoJS


License
BSD-3-Clause
Install
pip install cmsplugin-filer-html5video==0.1

Documentation

cmsplugin-filer-html5video

A django CMS plugin for HTML5 video using django-filer and VideoJS.

Setup

Add cmsplugin_filer_html5video to your INSTALLED_APPS.

Video Formats

Format support between browsers is a moving target. This plugin provides fields for the three most common formats: MP4 (h.264), WebM, and Ogg Theora. Wikipedia has a table of supported formats for different browsers.

You can upload your videos in some or all supported formats, depending on your needs.

Note

The plugin does not support format conversion (patches welcome!) and does not validate the uploaded files. You might want to educate your CMS staff on the particularities of HTML5 video.