hello.
i have installed dolphin 7 , all was ok, i have create a user and try to upload a video.
the upload process was ok. but the video don't work.
i always get the message : video is being processed
what can i do now?
thank you.
hello.
i have installed dolphin 7 , all was ok, i have create a user and try to upload a video. the upload process was ok. but the video don't work. i always get the message : video is being processed what can i do now? thank you. https://RomaniaOnline.club |
You must properly setup your cron job for Dolphin, as outlined during the installation. If it is properly setup (according to the output given during installation) and you are still having processing issues, you should try to experiment with the command as I had to do. For example, try /path/to/php -q /root/periodic/cron.php - or /root/periodic/cron.php You must also make sure that your ffmpeg permissions are set to executable, and that your server can execute files. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
i think that my cron settings are ok. but.. still not working.. https://RomaniaOnline.club |
i think that my cron settings are ok. but.. still not working.. When your cron job runs, you should receive an email with details on it. What are the details of these emails? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
i think that my cron settings are ok. but.. still not working.. When your cron job runs, you should receive an email with details on it. What are the details of these emails? i don't recive any email. https://RomaniaOnline.club |
Hello and I have such problem to. When I finished installation I got such parameters of Cron Job: MAILTO=myname@mail.ru * * * * * cd /home/user/dolphin7.com/periodic; /usr/local/bin/php -q cron.php I tried this parameter and parameters which were written by Magnussoft , but no result. And I can not understand what does mean * * * * * , less then a minute? Any suggestions? Thanks |
It's a default setting for each of the steps. Each one standfs for a measure of time. The first asterisk is default for one minute. if you wanted it to run every 5 minutes, you'd replace it with a 5, same for all the rest. They are broken down into minutes, hours, days, weeks, etc etc...
There is a very good post in the RC section of the forum on just what all the settings mean... http://towtalk.net ... Hosted by Zarconia.net! |