Last modified: 2014-07-18 22:45:04 UTC
After enabling the 'timedmediahandler' and 'zend' roles (note that TimedMediaHandler is currently broken under hhvm, see bug 67929) and uploading some .ogv and .webm files, no video transcode jobs got launched automatically. Workaround: login with 'vagrant ssh' and manually run extensions/TimedMediaHandler/maintenance/WebVideoJobRunner.php The TMH puppet role should probably set up the job to run in the background automatically.
With the latest updates to MW-Vagrant, there's a job queue runner that works, including handling the transcode jobs. YAYYYY Thanks to Ori & Aaron for fixing stuff for me! :)