On Wed, Aug 22, 2012 at 1:51 PM, Gregor Hagedorn <[email protected]> wrote: > We are running a mediawikifarm (http://biowikifarm.net) on a debian > system and have OggHandler installed. Uploaded Ogg-Videos work fine, > except that the thumb normally shown before starting the video seem > not to be created. > > We have installed apt-get install ffmpeg ffmpeg2theora as requested. > > Normal still image thumbs work fine. We are using > http://www.mediawiki.org/wiki/Manual:$wgGenerateThumbnailOnParse = > false, i.e. the thumbs are generated through apache rewrites to > thumb.php. Working fine and wikimedia does it as well. > > Does anyone had similar problem getting the still image thumbs for OGG > videos to be generated? Any advice? > > Gregor > > _______________________________________________ > Wikitech-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
The standard debug advise would be enable MediaWiki's debug log [1] , see if anything wrong-looking is there, if not look at all commands executed when a request to thumbnail an ogg file comes in (They will be listed in the debug file), and try each command out while logged in as the apache user, and see which one fails. [1] http://www.mediawiki.org/wiki/How_to_debug#Logging -bawolff _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
