DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:html5video

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:html5video [2015-03-09 13:32] – [Discussion] fweebplugin:html5video [2022-08-03 14:04] (current) LMS23
Line 7: Line 7:
 type       : Syntax type       : Syntax
 lastupdate : 2013-03-07 lastupdate : 2013-03-07
-compatible : 2012-10-13 “Adora Belle”,binky,Ponder Stibbons+compatible : 2012-10-13 “Adora Belle”,binky,Ponder Stibbons, Detritus, Frusterick Manners, Greebo, !Hogfather, !Igor
 depends    :  depends    : 
 conflicts  conflicts 
-similar    : videogg, dailymotion +similar    : videogg, dailymotion, html5video2 
-tags       : html5, video, webm, ogv, mp4, vp8, theora, h.264+tags       : html5, video, webm, ogv, mp4, vp8, theora, h.264, !obsolete
  
 downloadurl: https://github.com/Fweeb/dokuwiki_plugin_html5video/archive/master.zip downloadurl: https://github.com/Fweeb/dokuwiki_plugin_html5video/archive/master.zip
Line 18: Line 18:
 donationurl:  donationurl: 
 ---- ----
 +
 +:!: The functionality of this plugin is natively available in DokuWiki, thus installing this plugin is not needed anymore. See the [[wiki:syntax#media_files|media syntax description]] and [[:video]] options including adding subtitles.
 +
 +:!: Currently broken on Hogfather. See [[https://github.com/Fweeb/dokuwiki_plugin_html5video/issues/15|Issue #15]] for updates.
  
 ===== Description ===== ===== Description =====
Line 25: Line 29:
 ===== Installation ===== ===== Installation =====
  
-Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
 :!: **External requirements:** This plugin requires the following additional steps to installation:  :!: **External requirements:** This plugin requires the following additional steps to installation: 
Line 41: Line 45:
 </code> </code>
  
-This will allow you to upload video files with ''.webm'', ''.ogv'', or ''.mp4'' file extensions. More on adding MIME types can be found on the [[doku>mime|DokuWiki MIME configuration]] page.+This will allow you to upload video files with ''.webm'', ''.ogv'', or ''.mp4'' file extensions. More on adding MIME types can be found on the [[:mime|DokuWiki MIME configuration]] page.
  
 ==== Adding Video MIME types to Your Web Server ==== ==== Adding Video MIME types to Your Web Server ====
Line 47: Line 51:
 //(This assumes Apache)// //(This assumes Apache)//
  
-Most web servers are configured to handle video files. However, particularly in the case of webm, you might need to make the server aware of its mime type. The easiest thing to do is to add the following lines to your ''.htaccess'' file in the root of your Dokuwiki installation (if you don't already have a ''.htacces'', you'll need to create one):+Most web servers are configured to handle video files. However, particularly in the case of webm, you might need to make the server aware of its mime type. The easiest thing to do is to add the following lines to your ''.htaccess'' file in the root of your Dokuwiki installation (if you don't already have a ''.htaccess'', you'll need to create one):
  
 <code - .htaccess> <code - .htaccess>
Line 100: Line 104:
   * Center video: <code>{{ URL| }}</code>   * Center video: <code>{{ URL| }}</code>
  
 +FIXME it seem this should be at least with ''2016-06-26a "Elenor of Tsort"''
 +  * Float video left: <code>{{URL |}}</code>
 +  * Float video right: <code>{{ URL|}}</code>
 +  * Center video: <code>{{ URL |}}</code>
 ===== Configuration and Settings ===== ===== Configuration and Settings =====
  
Line 120: Line 128:
  
   * Must manually write syntax for multiple formats of the same file.   * Must manually write syntax for multiple formats of the same file.
 +  * Filenames must use lower-case letters only.
  
 === ToDo/Wish List === === ToDo/Wish List ===
Line 126: Line 135:
   * Might be a good idea to use a stylesheet instead of inline styles for aligning the video   * Might be a good idea to use a stylesheet instead of inline styles for aligning the video
   * Possibly support automatic transcoding if the user uploads only one format of video   * Possibly support automatic transcoding if the user uploads only one format of video
 +  * Playlist support
 +  * Disabling download menu/button
  
 === Project fork === === Project fork ===
plugin/html5video.1425904358.txt.gz · Last modified: 2015-03-09 13:32 by fweeb

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki