After uploading video, it stays in pending status

I'm testing out the video module on dolphin. When I upload a video, it just stays in pending status on the admin side.

 

The server's load is very low and I verified that CPU and memory are low as well.

 

Any ideas?

Quote · 12 Jul 2011

Have you setup a cron job? If so, have you received any emails from the cron daemon?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 12 Jul 2011

 

Have you setup a cron job? If so, have you received any emails from the cron daemon?

 I was not aware that any cron jobs had to be setup in order for videos to be processed. Is there a document that details that process?

 

Quote · 12 Jul 2011

You need to enter a cron job for several of Dolphin's functions to work. You can create a new cron job with the following:

 

cd /path/to/dolphin/periodic; /path/to/php -q cron.php

 

You can either add it through your control panel, or from the command line:

 

crontab -e

 

MAILTO=email@example.com
* * * * * cd /path/to/dolphin/periodic; /path/to/php -q cron.php

 

It should be set to run every second, but that's up to you.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 12 Jul 2011

 

You need to enter a cron job for several of Dolphin's functions to work. You can create a new cron job with the following:

 

cd /path/to/dolphin/periodic; /path/to/php -q cron.php

 

You can either add it through your control panel, or from the command line:

 

crontab -e

 

MAILTO=email@example.com
* * * * * cd /path/to/dolphin/periodic; /path/to/php -q cron.php

 

It should be set to run every second, but that's up to you.

 But I already have that entry in my cron. That was the same entry that was detailed at the end of the dolphin install.

 

Quote · 12 Jul 2011

Have you been receiving any emails about cron jobs, then?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 12 Jul 2011

 

Have you been receiving any emails about cron jobs, then?

 Yes, I do receive those emails.

Quote · 18 Jul 2011

What are the contents of those emails?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 18 Jul 2011

 

 

Have you been receiving any emails about cron jobs, then?

 Yes, I do receive those emails.

 Are you able to ssh into your server? If so upload a video, then run the "top" command in ssh.

After a few minutes you will see ffmpeg.exe start up under the processes. If you notice it runs twice; once to decode the video, then again to process the audio portion.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 18 Jul 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.