I'm trying to increase the size of videos that people can upload to my site. I've successfully managed up to about 38mb, but I know this should be able to be increased to preferably more than double that, hopefully 100mb.
The problem is that when I go past 40mb, I get a Cron error. It's like the process for converting a video from start to finish doesn't complete. Here are some things of note:
- The video *is* successfully converting and is placed in the \images\video folder
- The original video is left in the \images\originalvideo folder
- No thumbnail is produced
- In the SQL table for videos: duration is 0, the link points to images\originalvideo, status is still locked
If I manual modify the SQL table, to correct the final point in the above list, evey thing is fine and it's like it had been a normal upload.
I get the CRON error emailed to me exactly 2 minutes after it starts, so it's almost as if somewhere the magic 120 seconds limit is kicking in, but I've changed php.ini to have 300 set for max and mysql timeouts to 300. It's also interesting to note, the video is still part way through converting at this point. I'm wondering if it's possible to split the cron job so that the video conversion has enough time to run before what ever the next bit is that would create the thumbnail, set the video as ready, delete the originalvideo file and post the activity stream item.
Attachment failing-videos.JPG not found
Attachment cron-error.JPG not found