[06:42:35] Hi [06:43:39] M trying to get TimedMediaHandler to work properly but I'm having weird issues. [06:43:39] How can I debug them? I did enable debug logging but can't quite see what is going wrong there. [06:44:46] Issue 1) transcoding seems to fail a lot. But I can't see why. [06:47:02] Issue 2) immediately when uploading a video, transcoding is started by PHP-fpm. I thought that transcoding should be done by a cron job (runJobs.php). Running the cron job does start another transcoding session. [07:03:55] moonmoon: sorry I missed your answer. It's not what I see. I set up a clone of my wiki and have no cron jobs for that one, still as soon as I upload a video or use "reset transcode" links, a ffmpeg process is spawned [08:39:16] Seems that "$wgEnableNiceBackgroundTranscodeJobs=true;" make 2 pass encoding fail. The second pass simply doesnt get executed . [08:43:07] Background jobs doesnt get scheduled at all though [12:46:37] I created a ticket at https://phabricator.wikimedia.org/T339918 [13:11:44] Hmm wait [13:12:02] Is $wgJobRunRate set to >0 by default ? [13:30:06] yes [14:19:30] Vulpix: oups , then this is probably my issue