Video Addon for SMF Gallery ProInformation: A video addon for SMF Gallery Pro. Allows users to uploads videos to the gallery. Or enter a url to videos on either YouTube or Google Video. Requires SMF Gallery Pro 1.3 Access to php settings if you want to enable uploading videos greater than 2mb Features:
Order: Price $30 owned license License: For one instance on a online forum.
Requires SMF Gallery Pro 1.3
You need access to your php settings to upload large video files Licenses are non refundable and you must ensure that hosting meets the above requirements. ![]() Common Support Questions: How do I change the php max upload settings? In Windows you would edit the php.ini file Find something such as: upload_max_filesize = 2M And change the 2M limit to a higher value such as 30MB to allow a video size of 30mb upload_max_filesize = 30M There are a couple other factors that affect the download limit such as Apache and IIS time out settings as well MIME types and IIS IIS will only serve files that are in it's MIME database. This example will show you how to add support for .flv files to IIS. Open up IIS Next, click on properties of the website that you want to add the MIME type to. Then click on the HTTP Headers tab. Now click on the MIME types button. Click on the new button on the MIME types screen. For the extension enter .flv and for the "MIME type" enter video/x-flv Click ok and the mime type is now added and your webserver now supports flv videos. To check if it is a mime type issue try to visit a url on your site that has a a video such as .flv and if it results in a 404 error then it probably is a MIME type issue. |
|
|