[pmwiki-users] video display recipe

Eric Forgeot eforgeot at gmail.com
Wed Oct 23 07:02:13 CDT 2013


I haven't tested yet video5 and it looks OK, but for playing videos in
pmwiki here is what I have tested, and it works great for me:

http://www.pmwiki.org/wiki/Cookbook/HTML5Video

You just have to do this to enable commons video files:
# in httpd.conf add:
# AddType video/ogg .ogv
# AddType video/mp4 .mp4
# AddType video/webm .webm

If you prefer to play flash, which I don't recommend because it
doesn't play on mobile devices (tablets, smartphones) such as android
or ipad, you can use swf-sites.php from
http://www.pmwiki.org/wiki/Cookbook/Flash and then you can stream
videos from youtube or vimeo. The advantage is you don't need to host
the videos and it won't take your bandswidth, and if people are using
mobile devices they still can see your videos if you provide a direct
link to your youtube page (swf-sites.php won't help here on mobile
devices)

2013/10/23 Thomas Gemperli <tomgem at me.com>:
>
> On 23.10.2013, at 12:05, jdd <jdd at dodin.org> wrote:
>
>> Le 22/10/2013 23:20, Thomas Gemperli a écrit :
>>> Hi jdd,
>>>
>>> I can't help you with flash video but maybe you are interested in
>>> HTML5 video?
>>>
>>> Updated just now: http://www.pmwiki.org/wiki/Cookbook/Video5
>>>
>>> Let me know if it works for you (or not).
>>
>> don't seems to. I already had this, but I did again the config.
>>
>> the wiki page for video tests:
>>
>> http://dodin.info/wiki/index.php?n=Doc.IncorporerDuFlashDansUnePage
>>
>> HTML5Video.php copied to the cookbook folder
>>
>> in farmconfig.php:
>> include_once("$FarmD/cookbook/HTML5Video.php");
>
> That's not the same receipt, I'm sent you the link to Video5, not HTML5Video.
> I wrote Video5 because HTML5Video didn't match my requirements.
>
> Best,
> Tom
>
>
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users



More information about the pmwiki-users mailing list