Ok when i try upload a video and i click upload button, it loads for a while then i get a popup for me to download the upload.php file. How can i fix this?
Printable View
Ok when i try upload a video and i click upload button, it loads for a while then i get a popup for me to download the upload.php file. How can i fix this?
dunno got it fixed, but now when i upload a video it doesnt load.
The reason for this is requirements are not properly installed.
http://www.vshare.in/requirements.html
What is your site url ?
Same problem here. See http://zdev.zavoodi.net/vshare/Quote:
Originally Posted by admin
I've confirmed that all necessary packages are installed.
I can import a video, and see that it is copied to the temp directory, but when I try to convert the video, the browser attempts to download the import_video_convert.php file. Same goes for a regular user trying to upload a video.
Here's the output of the import screen:
So, ffmpeg and ffmpeg-php are properly installed.Code:Title: Leaves of Fall
Description: Fall leaves from Kentucky
Tags: Leaves Kentucky Fall
Channel Id(s) : 3
File Name: /var/www/vshare/video/import_1187544549.mov
File Size: 5686234
Type: public
Orginal Video Details
File Name = /var/www/vshare/video/import_1187544549.mov
Duration = 93.159826 seconds
Frame Count = 2792
frame rate = 29.969999313354 fps
comment =
title =
author =
copyright =
frame height = 240 pixels
frame width = 436 pixels
has audio = 1
get pixel format = yuv420p
get pixel aspect ratio = 0
get video codec = h264
get audio codec = mpeg4aac
get audio channels = 2
get bit rate = 488299 kb/s
get frame = True
get frame number = 9
I've confirmed that all videos are uploading fine...just not being converted.
yes, they are installed, but can't say installation is proper and will convert your video.Quote:
Originally Posted by godrifle
You need to run the convert command on the server and see if video is getting converted to FLV format.Quote:
Originally Posted by godrifle
See
Video not getting converted to flv
Thank you for your very prompt replies. Manual conversion to flv works fine. I should note that there is no command output, as shown in the URL above, in my debug.txt file. So I reconstructed the command from the above URL, and put it in a convert.php script as detailed:Quote:
Originally Posted by admin
http://zdev.zavoodi.net/vshare/convert.php
Conversion works. Your problem is with ffmpeg-php, that is not able to create thumbnail. This mostly caused by old version of ffmpeg, a reinstallation of ffmpeg and ffmpeg-php will fix it.
Can you provide a test string to verify this? I compiled ffmpeg and ffmpeg-php from the latest svn repositories today. What version of ffmpeg-php do you recommend? And what build of ffmpeg?Quote:
Originally Posted by admin
To verify download the script available at
http://www.buyscripts.in/tmp/thumb.phps
Find
$ff = $config[basedir]. "/video/90kb_1.wmv";
Replace with any existing video in video folder.
Rename the file to thumb.php, upload to your site and run it.
It should create following files.
thumb/288.jpg
thumb/1_288.jpg
thumb/2_288.jpg
thumb/3_288.jpg
On servers having problem, i have found it some times create thumb, some times not, proper reinstallation of ffmpeg/ffmpeg-php will fix the problem.