Let me know following details to check your installation.
1. FTP Login details of the web site
2. vshare login details (user and admin).
I can check and let you know why you are having problem with uploads.
Let me know following details to check your installation.
1. FTP Login details of the web site
2. vshare login details (user and admin).
I can check and let you know why you are having problem with uploads.
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
Hi, you don't have PM option turned on. How can I contact you? are you working with BuyScripts?
anybody here who can help?
Ok, this is starting to p*ss me off. at least say something? I sent PM messages posted 3 times here. any support available or not?
looks like I won't get any help from you here. :roll:
Ramesh, sent you PM.
Please check.
I think ffmpeg-php is not working properly on your server.
read this
viewtopic.php?f=3&t=380
ffmpeg problem please cheack your ffmpeg properly install
cheack your phpinfo
ramesh, just sent you pm message with info where ffmpeg and other players are installed. they are working fine...
Pls edit the settings/video_conversion.php adn replace the code with
Code:<?php $cmd_ffmpeg = "$config[ffmpeg] -i '$video_src' -acodec mp3 -ar 22050 -ab 32 -f flv $video_flv"; $cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -ofps 24"; $cmd_all = $cmd_mencoder; $convert_3gp = $cmd_all; $convert_mp4 = $cmd_all; $convert_mov = $cmd_all; $convert_asf = $cmd_all; $convert_mpg = $cmd_all; $convert_avi = $cmd_all; $convert_mpeg = $cmd_all; $convert_wmv = $cmd_all; $convert_rm = $cmd_all; $convert_dat = $cmd_all;
Bookmarks