video upload without processing

Hi

My server's allowed memory is limited to 256MB at the moment. I have to upload large videofiles (600MB-1GB) to boonex (video module). But whenever I upload a large videofile my cron sending me the message below after a while. I guess to process videos of the mentioned size an allowed memory limit of 2-3GB would be necessary?

Since the admin is the only one who uploads videos I was wondering if there's a way to upload already process videos in all the required formats so boonex won't have to process them?

Thanks

-------

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1352280409 bytes) in /is/htdocs/wp1251445/www/dolphin_main/plugins/moovrelocator/lib/Moovrelocator.class.php on line 507

Quote · 21 Dec 2016

This is a good place to start, https://www.boonex.com/n/Troubleshooting_Dolphin_Videos_Migrations_RMS

 

Your running out of RAM, and most likely timing out.

Files that large would take hours to convert unless your running a dedicated beast server.

If your on a shared host you will run into more problems trying to process them.

 

Your best method would be to use YouTube if you can, and then share the video on the site. 

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 21 Dec 2016

We use Moovrelocator to make special modification in mp4 file so it will start quicker when playing. If your file is already converted, you can comment out the following lines in flash/modules/video/inc/functions.inc.php file near ~260 line:

//    if($bResult && usex264())
//        $bResult = moveMp4Meta($sResultFile);
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1352280409 bytes) in /is/htdocs/wp1251445/www/dolphin_main/plugins/moovrelocator/lib/Moovrelocator.class.php on line 507

 

Rules → http://www.boonex.com/terms
Quote · 31 Dec 2016
 
 
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.