video size max 128mb

Asked by ks

we want to be able to play 30 minute and 1 hr video segments. they are encoded at mpeg2 and are over 128mb. is there a way to increase the video size limit?

Question information

Language:
English Edit question
Status:
Answered
For:
Xibo Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Dan Garner (dangarner) said :
#1

The video size is determined by the upload size limits on your PHP installation. Please see this FAQ: https://answers.launchpad.net/xibo/+faq/510 for more information.

Thanks,
Dan

Revision history for this message
Alex Harrington (alexharrington) said :
#2

Hi,

Xibo doesn't have any such limit. Php does though. If you look in the FAQ (link on the left) there are instructions on increasing the limits.

Cheers.

Alex

--- original message ---
From: "ks" <email address hidden>
Subject: [Question #72249]: video size max 128mb
Date: 25th May 2009
Time: 5:11:58 pm

New question #72249 on Xibo:
https://answers.launchpad.net/xibo/+question/72249

we want to be able to play 30 minute and 1 hr video segments. they are encoded at mpeg2 and are over 128mb. is there a way to increase the video size limit?

--
You received this question notification because you are a member of Xibo
Developers, which is an answer contact for Xibo.

Revision history for this message
Cleidimar Viana (cleidimarviana) said :
#3

Yes It's only you edit the file "php.ini" and change the lines, / / MAXIMUM ALLOWED SIZE FOR FILES Uploaded. / / UPLOAD_MAX_FILESIZE = 2M (THIS IS STANDARD)

And modify the "2M" to the value you want. EXAMPLE "UPLOAD_MAX_FILESIZE = 128M"

Revision history for this message
steven ford (pcmann2004) said :
#4

vim /etc/php5/apache2/php.ini

"change the lines, / / MAXIMUM ALLOWED SIZE FOR FILES Uploaded. / / UPLOAD_MAX_FILESIZE = 2M (THIS IS STANDARD)

And modify the "2M" to the value you want. EXAMPLE "UPLOAD_MAX_FILESIZE = 128M""

Can you help with this problem?

Provide an answer of your own, or ask ks for more information if necessary.

To post a message you must log in.