ckeditor-html5-video is simple HTML5 video plugin for CKEditor that is transformed version of ckeditor-html5-audio., (*1)
If you want to add the plugin manually, you will need to:, (*2)
Extract the html5audio folder into the plugins folder of your CKEditor installation. Example:, (*3)
http://example.com/ckeditor/plugins/html5video
Enable the plugin by using the extraPlugins configurations setting. Example:, (*4)
config.extraPlugins = 'html5video';
Download and configure all its dependencies, too (e.g. widget, widgetselection, clipboard, lineutils). Moreover, if you use a GNU/Linux distro you need to set the right permissions for the folders and files., (*5)
Widget, (*6)
For more information, please look through ckeditor-html5-audio's documentation on * Github * CKEditor's plugin page, (*7)
I'd like to give special thanks to @aldatsa and other contributors of ckeditor-html5-audio team., (*8)