12,297
edits
mNo edit summary |
|||
Line 13: | Line 13: | ||
<br clear="all"/> | <br clear="all"/> | ||
Line 113: | Line 98: | ||
<br/><br/> | <br/><br/> | ||
= DONE = | = DONE = | ||
== Native HTML5 Video == | |||
a way to natively watch video which has been uploaded to the wiki. html5 maybe. see [http://www.mediawiki.org/wiki/Extension:VideoFlash#HTML5 videoflash extension and html5] -- Max | |||
I don't know if I understand correctly, but if you mean HTML5 support for videos - that's already working! Just disable Flash and it loads the native player. For Safari, I'm using ClickToFlash, there are similar Extensions for FF.<br/> | |||
If you mean that we should host video uploads, I am still agains this... Though you keep asking, I think this is a really troublesome one: | |||
# I need to dramatically increase the maximum upload size, which results in people uploading 10 MB JPGs which will slow down the server and possibly break the thumbnail generator for these huge imgs (as it happened in the past) | |||
# I don't know the max allowed upload filesize defined in the server's PHP config, which is definitely restricted as well. So this will make problems, because workarounds must be found (eg. flash-uploader ...) | |||
# What happens when people upload an avi? a mov with mpg2 container? or divx? and the webuser doesn't have the right codecs? With the already available video webhosting services, these problems are all automatically handled. | |||
# Very few people consume very much webserver space (and the wiki is already using lots of space, growing constantly) | |||
# I can't see where Vimeo (preferrably) or YouTube are bad. They already provide native players if no flash is found on the system. And I don't have to give support to upload problems and extension updates. And they also test for legal problems (copyrights), which might be bad from an uploader's POV, but it's great from an administrator's POV | |||
--[[User:Mm|Michael]] 11:48, 8 July 2011 (CEST) | |||
OK, got it and agree. maybe this should be revised in a few years, but for 2011 you are right. --[[User:Max|max]] 14:28, 24 July 2011 (CEST) | |||