== TimedMediaHandler == This extension provides a media handler for the Ogg, WebM, mp4 container format. When enabled, a player will be automatically embedded in the file description page, or any wiki page while still using the same syntax as for images. * Broad support for input file formats * Transcoder to make video at web resolutions when embedding clips in a page * include support for timed Text per the w3c "track" recommendation * use embedPlayer mwEmbed javascript module for playback To install this extension, add the following to the end of your LocalSettings.php: // You need mwEmbedSupport ( if not already added ) require( "$IP/extensions/MwEmbedSupport/MwEmbedSupport.php" ); // TimedMediaHandler require( "$IP/extensions/TimedMediaHandler/TimedMediaHandler.php" ); == Running Transcodes == Transcoding a video to another resolution or format takes a good amount which prevents that processing to be handled as a web service. Instead, the extension implements an asynchronous job, named webVideoTranscode, which you must be running regularly as your web server user. The job can be run using the MediaWiki maintenance/runJobs.php utility (do not forget to su as a webserver user): php runJobs.php --type webVideoTranscode --maxjobs 1 == Kaltura HTML5 player library == TimedMediaHandler uses the Kaltura HTML5 player library for video playback, it relies on the