Difference between revisions of "Cron says: 'Could not convert video'"

(Created page with "==Problem:== I can upload videos to my website, but the cron job won't convert them. ==Some Solutions:== First check if every single system requirement for video upload is me...")
 
(Some Solutions:)
Line 3: Line 3:
  
 
==Some Solutions:==
 
==Some Solutions:==
First check if every single system requirement for video upload is met: www.jomsocial.com/documentation/getting-.../system-requirement.
+
First check if every single [[Video Linking & Upload Requirements|system requirement for video upload]] is met
  
 
If it still doesn't work, check your other extensions, especially plugins. Disable every plugin except for:
 
If it still doesn't work, check your other extensions, especially plugins. Disable every plugin except for:

Revision as of 14:19, 28 January 2013

Problem:

I can upload videos to my website, but the cron job won't convert them.

Some Solutions:

First check if every single system requirement for video upload is met

If it still doesn't work, check your other extensions, especially plugins. Disable every plugin except for:

  • Authentication - Joomla
  • Azrul System Mambot For Joomla
  • System - Zend Lib
  • User - Joomla!

And see if the cron processes the video, that means that one of the 3rd party plugins is interfering with the conversion. Enable the plugins one by one to see when it fails. That's one of the ways of finding a troublesome plugin.

Also, If you are using JS Profile Types you need to specify a path to FFmpeg in JS Profile Types as well. JSPT simply overwrites JomSocial's configuration. Go to the backend: Components > JomSocial Profile Types > JS Configuration and edit the profiles (names) you got there, enter the path to FFmpeg and run the cron. It should work fine.