DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:html5video2

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:html5video2 [2014-12-22 22:58] – [Discussion] 208.67.189.10plugin:html5video2 [2023-12-20 12:46] (current) – [Discussion] 195.201.8.23
Line 3: Line 3:
 ---- plugin ---- ---- plugin ----
 description: playing mp4 video with html5 and flash-fallback using video.js description: playing mp4 video with html5 and flash-fallback using video.js
-author     : lisps  +author     : lisps, peterfromearth  
-email      :  +email      : coder@peterfromearth.de
 type       : syntax type       : syntax
-lastupdate : 2013-10-30 +lastupdate : 2022-10-02 
-compatible : weatherwax+compatible : Hogfather, Igor
 depends    :  depends    : 
 conflicts  conflicts 
Line 13: Line 13:
 tags       : video html flash videojs tags       : video html flash videojs
  
-downloadurl: https://github.com/lisps/html5video/releases/download/2013-10-30/html5video.zip+downloadurl: https://github.com/lisps/html5video/archive/master.zip
 bugtracker : https://github.com/lisps/html5video/issues bugtracker : https://github.com/lisps/html5video/issues
 sourcerepo : https://github.com/lisps/html5video/ sourcerepo : https://github.com/lisps/html5video/
Line 24: Line 24:
 ===== 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.
  
 :!: **You have to add mp4 MIME Type to your configuration** see [[plugin:html5video#Installation|htm5video Plugin]] :!: **You have to add mp4 MIME Type to your configuration** see [[plugin:html5video#Installation|htm5video Plugin]]
 +
 +:!: **PHP 8.1**: update to version 2022-10-02 <del>You need to put parantheses around the expressions on line 190 and line 191 in file ''plugins/html5video/syntax/video.php'' to make it work in PHP 8.1. New code will read like this:<code>($w?('width="' .$w.'px" '):'').
 +($h?('height="'.$h.'px" '):'').</code></del> [[https://github.com/lisps/html5video/issues/8|Issue#8]] thanks to @thalueng
 ===== Syntax ===== ===== Syntax =====
 <code> <code>
Line 71: Line 74:
 === ToDo/Wish List === === ToDo/Wish List ===
  
 +  * Support playlist
 +  * Disabling download ("save audio as...") menu/button
 +  * If you have a lot of videos on a page, they should only be downloaded after you click play, otherwise the page will take a long time to load.
  
 ===== FAQ ===== ===== FAQ =====
Line 89: Line 95:
  
 Is there a way to autoplay? the original style config for html5video doesn't work here when you add |autoplay - :autoplay - or ?autoplay. Is there a way to autoplay? the original style config for html5video doesn't work here when you add |autoplay - :autoplay - or ?autoplay.
 +
 ++1 on this! Autoplay?
 +
 +>Seems like it [[https://forum.sangham.net/index.php?topic=10600.msg27742#msg27742|causes menu to appear open]]. Fine after disable the plugin in again. (S. Johann)
 +
plugin/html5video2.1419285498.txt.gz · Last modified: 2014-12-22 22:58 by 208.67.189.10

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