As long as ffmpeg plugin is installed properly, you should be able to upload video files to Gallery.
However, while using Gallery Remote, I kept getting some strange errors every time I tried to upload some AVI files. The error messages does not help much to resolve the issue. After some research, I found that the real problem is really the upload size limitation of your web server, nothing else.
One way to solve the problem is to change the upload size limitation within php.ini (usually located under /usr/local/lib/):
post_max_size => your preferred size
upload_max_filesize => your preferred size
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment