• Welcome to WooUSEFUL by PHPVIBE . 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

If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

maldboyTopic starter

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

Marius

Do you have jquery error in the console? Any missing js file?
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

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

Seems like your server never returns the success message.
What's in the error log? Tested now on your site.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

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

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.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

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

It has suhosin enabled for start.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Marius

If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

maldboyTopic starter

  •  

Marius

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).
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

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

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.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

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

videocron.php but it's executed by an exec() which seems to not work for you.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

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

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?
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Similar topics (7)