Video plugin¶
Plugin for Django CMS QE providing video players for hosting services like YouTube or also custom local file. For local files is used HTML5 player.
Usage¶
Add plugin from section Video player called Video player - source file or Video player - hosting services.
Video player - source file¶
Choose or upload a source file at configuration screen and setup player parameters if needed.
Track¶
You can also add subtitles, captions, descriptions or chapters to your video. Add sub-plugin Track and choose which kind of track to add.
Video player - hosting services¶
Choose which video hosting service you want to use at configuration screen and setup player parameters if needed.
API¶
Django CMS¶
-
class
cms_qe_video.cms_plugins.
SourceFileVideoPlayerPlugin
(model=None, admin_site=None)[source]¶ -
form
¶ alias of
django.forms.widgets.SourceFileVideoPlayerPluginForm
-
model
¶ alias of
cms_qe_video.models.SourceFileVideoPlayer
-