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?
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? |
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 |
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?
|
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
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 |
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
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.
|
Have you been receiving any emails about cron jobs, then? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Have you been receiving any emails about cron jobs, then? Yes, I do receive those emails. |
What are the contents of those emails? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
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! |