video size setting

where would i go to set the video size uploads? please am using d7

Quote · 3 Jan 2010

anyone know where i can set the size limt of videos?

Quote · 3 Jan 2010

This option was available for editing in Dolphin 6.1.6, but it appears to be absent in Dolphin 7.0.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 3 Jan 2010

so what is the video size limt now if you know?

Quote · 3 Jan 2010

so what is the video size limt now if you know?

I'd imagine it'd be the upload settings outlined in your php.ini file.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 3 Jan 2010

Yea, that setting appears to be gone. But the PHP.ini files settings must allow large uploads as well.

So while your waiting for a answer to the dolphin side of this, you need to make sure your server is setup for large uploads.

upload_max_filesize=300M
post_max_size=300M
max_input_time=3000
max_execution_time=3000
memory_limit=128M


Your php settings should match above.

The one thats important for video upload size is upload_max_filesize.

Check your php.ini settings for the above, as they do contrbute to the maxinum size of the videos you can upload.


And did you get your other problem solved? If you did, a note in that forum would be helpful as to what worked and what did not so other can benifit.

https://www.deanbassett.com
Quote · 3 Jan 2010

no i did not, i just did a fresh install and still no video up load, the video is not uploading to the server just pic, Do i need to make a new con job for videos? I must be doing something wrong here. Any help may be some one can walk me thou this

Quote · 3 Jan 2010

Am i the only one still with the video problem?

Quote · 3 Jan 2010

I know if you click on modules flash modules  videos   there are settings in there that work for video recordings and video upload.   i just set mine to 100% and 25 fps...   but i dont see where they moved the file size limit either.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 3 Jan 2010

also some host set a cron job time limit.  if you set it to * * * * *  it might not work    you may need to set it to  */15  * * * * so it fires every 15 minutes.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 3 Jan 2010

You are not alone. I am having the problem.  I'll try what Dolphin_Jay said about the cron job to see if it works. Is you recorded video working fine? My recorded video work fine except the uploading part of it.

Am i the only one still with the video problem?

Quote · 3 Jan 2010

Just want to let you know that when I changed the cron job to what dolphin_jay said now I can upload a very small videos so I think the next problem is the file size. I created an php.ini file and it does not see to allow bigger files and I got Server(10) error.

I sent arvixe a ticket. Thanks dolphin_jay for the tip about cron job.

Quote · 4 Jan 2010

you are welcome.  let me do some more testing on there servers and ill let you know.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 5 Jan 2010

I'm having the same problem...small videos are fine, cron job did migrate into the files folder, but the largest video is there, but not showing in the video album-hmm interesting...

php.ini i copied from the d6 info...and still not uploading the larger files...just the small ones.  I'll keep trying see if there is something else.

Carol

Quote · 5 Jan 2010

where would i go to set the video size uploads? please am using d7

Hey man, not sure if you fig it out yet but all you have to do is edit your PHP.INI file.

There is no dolphin side scripting needed.

Quote · 4 Feb 2010

I am having same issues with uploading video size. My php.ini file has this upload_max_filesize = 700M


And the file I want to upload is only 7M

Anyone else know what to do?

You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 22 Feb 2010

I am having same issues with uploading video size. My php.ini file has this upload_max_filesize = 700M


And the file I want to upload is only 7M

Anyone else know what to do?

did you set this as well

post_max_size=700M
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 26 Feb 2010

what is the path to that file?

Yea, that setting appears to be gone. But the PHP.ini files settings must allow large uploads as well.

So while your waiting for a answer to the dolphin side of this, you need to make sure your server is setup for large uploads.

upload_max_filesize=300M
post_max_size=300M
max_input_time=3000
max_executi alt=3000
memory_limit=128M


Your php settings should match above.

The one thats important for video upload size is upload_max_filesize.

Check your php.ini settings for the above, as they do contrbute to the maxinum size of the videos you can upload.


And did you get your other problem solved? If you did, a note in that forum would be helpful as to what worked and what did not so other can benifit.

Quote · 29 Apr 2010

what is the path to that file?

If you do not have access to your web server's php.ini file, you will need to contact your web hosting provider. If PHP is running in CGI-mode, then you can create a new file named php.ini in the root of your Dolphin installation, with the information above as its content.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 29 Apr 2010
 
 
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.