Hey Wasup.
I bought this script and i installed
Chmod all Correct ( double checked).
The vids dont play, i can upload that goesd very well NO errors.
And its on my website, but when i click on Play, It keep loading:S
What must i do ?
Printable View
Hey Wasup.
I bought this script and i installed
Chmod all Correct ( double checked).
The vids dont play, i can upload that goesd very well NO errors.
And its on my website, but when i click on Play, It keep loading:S
What must i do ?
:roll:
See
Video Not Playing
Follow the instructions and post the "process queue" status and content of templates_c/debug.txt
Can u please tell me where i can find: Admin > Miscellaneous > Video Processing ? :?:
I cant find it in the admin of my Vshare script.
You need to login to admin at
http://yourdomain/admin/
Ofcourse need to do upgrade first otherwise there is no Option in the Menu.
Thanx for your help.
Admin > Miscellaneous > Video Processing
Set it to Realtime
I changed it to Realtime but i get still the same not loading vids:S
Can there be anotherproblem ?
Thanx
Login to admin, in process queue, click edit button and set it to convert again.
Now, browse to url
http://yourdomain/cron.php
and you will see what is going on with conversion, post the content here.
Running cron.php
CRON: 1
Video (1) Conversion starting...
File: /www/virtual/skling/www.porndozo.nl/video/xgape-ginger-2.wmv
-------------------------------------------------------------
UPDATE video SET UID='3', space = '5', addtime='1189297250', adddate='2007-09-08', vkey='2010135872', active='0' where VID=2
-------------------------------------------------------------
Video id: 2
Calling ffmpeg-php -> ffmpeg_movie()
Get video duration - START
Get video duration - END
DURATION: 60.51
Create Thumbnail - START
Create Thumbnail - END
CONVERT COMMAND: /www/virtual/skling/www.porndozo.nl/video/xgape-ginger-2.wmv -o /www/virtual/skling/www.porndozo.nl/flvideo/1189297254121138213.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es
-------------------------------------------------------------
Array
(
)
-------------------------------------------------------------
Return value:
Running cron.php
CRON: 1
Video (2) Conversion starting...
File: /www/virtual/skling/www.porndozo.nl/video/solointerviews-adrianna-2.wmv
-------------------------------------------------------------
UPDATE video SET UID='3', space = '3', addtime='1189297384', adddate='2007-09-08', vkey='80039955', active='0' where VID=3
-------------------------------------------------------------
Video id: 3
Calling ffmpeg-php -> ffmpeg_movie()
Get video duration - START
Get video duration - END
DURATION: 58.866
Create Thumbnail - START
Create Thumbnail - END
CONVERT COMMAND: /www/virtual/skling/www.porndozo.nl/video/solointerviews-adrianna-2.wmv -o /www/virtual/skling/www.porndozo.nl/flvideo/1189297390881700463.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es
-------------------------------------------------------------
Array
(
)
-------------------------------------------------------------
Return value:
This is what i get when i convert again. :shock:
Pleaseletmeknow
Code:/www/virtual/skling/www.porndozo.nl/video/solointerviews-adrianna-2.wmv -o /www/virtual/skling/www.porndozo.nl/flvideo/1189297390881700463.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 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames
You missed path to mencoder.
What is the content of include/config.php (remove database password on posting).
<?
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
session_start();
$db_host = "XXXXXXXXX";
$db_name = "XXXXXXX";
$db_user = "XXXXXXX";
$db_pass = "bigdoz";
$language = "en";
$config = array();
$config['ffmpeg'] = "";
$config['mplayer'] = "";
$config['mencoder'] = "";
$config['flvtool'] = "";
$config['basedir'] = "/www/virtual/skling/www.porndozo.nl";
$config['baseurl'] = "http://www.porndozo.nl";
include($config['basedir'] . "/include/vshare.php");
Do you see any thing wrong ? :?:
$config['ffmpeg'] = "";
$config['mplayer'] = "";
$config['mencoder'] = "";
$config['flvtool'] = "";
What do i need to fill in there ? :?:
What must i fill in to let it work ?
Paths to FFMPEG, MPlayer, Mencoder & FlvTool2?
But your hosting provider must have these programs installed, if it supports youtube clones.
Yes there are installed and i filled in the path
Problem i now get is when i upload its gives a page "Cannot Display " Wtf is this for problem now ?:S
Didnt get the whole script working since i bought it.
Please help me.
This is my config File:
<?
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
session_start();
$db_host = "XXXXXX";
$db_name = "XXXXXXX";
$db_user = "XXXXXXXXX";
$db_pass = "XXXXXX";
$language = "en";
$config = array();
$config['ffmpeg'] = "/usr/local/bin/ffmpeg";
$config['mplayer'] = "/usr/local/bin/mplayer";
$config['mencoder'] = "/usr/local/bin/mencoder";
$config['flvtool'] = "/usr/local/bin/flvtool2";
$config['basedir'] = "/www/virtual/skling/www.porndozo.nl";
$config['baseurl'] = "http://www.porndozo.nl";
include($config['basedir'] . "/include/vshare.php");
Now, you have set the paths. Check if your video get converted to FLV, if not, check debug log, get the convert command, run it on server and see if your server is able to convert the video to FLV.
i cant upload when i upload i get "Page cannot be found" Error :?
Check if the page is still there. If page is there and you still get 404 error, there is some problem with the server. Check apache error log and see if you can find some errors.