• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] urgent help

Started by maldboy,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

maldboyTopic starter

plz help me... i add video to upload.goes 100% and stuck.watch image
i have try it and with 26MB video and the same
  •  

maldboyTopic starter

  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

maldboyTopic starter

Quote from: @Mario on
What browser? What link?
i have try it on mozilla and chrome
  •  

Marius P.

Do you have jquery error in the console? Any missing js file?
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

maldboyTopic starter

Quote from: @Mario on
Do you have jquery error in the console? Any missing js file?
i not have any error.... just stucks when its finish 100% :(
  •  

Marius P.

Seems like your server never returns the success message.
What's in the error log? Tested now on your site.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

kingofseo

Maybe because upload_max_filesize can you try with an 1MB video
Clipbucket.info --> phpVibe & ClipBucket Support Community.
  •  

maldboyTopic starter

Quote from: @Mario on
Seems like your server never returns the success message.
What's in the error log? Tested now on your site.
I ran their tester script
but test.avi
didn't converted to test.mp4
instead of that it gave me this msg
File to convert: test.avi
Converted file: test.mp4
Command send to server: /usr/bin/ffmpeg -i test.avi -vcodec libx264 -s 640x360 -threads 4 -movflags faststart test.mp4
http://tv-therapy.net/tester/ff.php
this is the path of their tester location
with that
I cannot see ffmpeg path in admin panel
this is screenshot
  •  

Marius P.

Quote from: maldboy on
I ran their tester script
but test.avi
didn't converted to test.mp4
instead of that it gave me this msg
File to convert: test.avi
Converted file: test.mp4
Command send to server: /usr/bin/ffmpeg -i test.avi -vcodec libx264 -s 640x360 -threads 4 -movflags faststart test.mp4
http://tv-therapy.net/tester/ff.php
this is the path of their tester location
with that
I cannot see ffmpeg path in admin panel
this is screenshot

Do you exec disabled there or something is wrong on the server config?
That screen has an error, it's cut off.

The ffmpeg config looks as attached.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

maldboyTopic starter

#10
Quote from: @Mario on
Do you exec disabled there or something is wrong on the server config?
That screen has an error, it's cut off.

The ffmpeg config looks as attached.
what is wrong with the server config?
check out and this http://tv-therapy.net/test.php
  •  

maldboyTopic starter

Quote from: kingofseo on
Maybe because upload_max_filesize can you try with an 1MB video
on upload_max_filesize  its everythng ok
  •  

Marius P.

It has suhosin enabled for start.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

maldboyTopic starter

  •  

Marius P.

Quote from: maldboy on
any suggestion to fix this problem?

I can't give you a suggestion until you diagnose your server and see what's actually wrong (check error logs, php logs, etc).
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

maldboyTopic starter

Quote from: @Mario on
I can't give you a suggestion until you diagnose your server and see what's actually wrong (check error logs, php logs, etc).
all the day am trying to finde the problem man..... all its ok...whatever you asked mee its fine.... no error logs... :(
  •  

maldboyTopic starter

can u please tell mee
for ffmpeg conversion
which file is executed
  •  

Marius P.

videocron.php (it's in root)

open this file moderator/ffmpeg.php and remove:

<?php
if(function_exists('exec')) {
echo "<div class=\"control-group\"><p>Attempting a 'whereis php' command:</p><pre style='display:block; overflow:hidden; word-break: break-all; max-width:500px'>";
echo exec('whereis php');
echo "<>";  
}
?>

This should unblock the ffmpeg setting in admin.


I assume there's something wrong with your exec, it shows present but it's not working and it throws error.
exec() is much needed for executing conversion files.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

maldboyTopic starter

Quote from: @Mario on
videocron.php (it's in root)

open this file moderator/ffmpeg.php and remove:

<?php
if(function_exists('exec')) {
echo "<div class=\"control-group\"><p>Attempting a 'whereis php' command:</p><pre style='display:block; overflow:hidden; word-break: break-all; max-width:500px'>";
echo exec('whereis php');
echo "<>";  
}
?>

This should unblock the ffmpeg setting in admin.


I assume there's something wrong with your exec, it shows present but it's not working and it throws error.
exec() is much needed for executing conversion files.
in which file ffmpeg conversion is running?
  •  

Marius P.

videocron.php but it's executed by an exec() which seems to not work for you.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

maldboyTopic starter

Quote from: @Mario on
videocron.php but it's executed by an exec() which seems to not work for you.
its ok my friend, i finde the solution...thanks
  •  

Marius P.

Quote from: maldboy on
its ok my friend, i finde the solution...thanks

Please post it, some may bump on to this. What was it? What did you change on server?
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)