• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Videos uploaded don't show on any panel but is uploaded on the server

Started by SoporteTi,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

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!
  •  

SoporteTiTopic starter

Support send me this.

root@domain [~]# ffmpeg -version
ffmpeg version N-66864-g676110e-syslint Copyright (c) 2000-2014 the FFmpeg developers
built on Oct 15 2014 11:51:30 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4)
configuration: --prefix=/usr/local/cpffmpeg --enable-shared --enable-nonfree --enable-gpl --enable-pthreads --enable-libopencore-amrnb --enable-decoder=liba52 --enable-libopencore-amrwb --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --extra-cflags=-I/usr/local/cpffmpeg/include/ --extra-ldflags=-L/usr/local/cpffmpeg/lib --enable-version3 --extra-version=syslint
libavutil 54. 10.100 / 54. 10.100
libavcodec 56. 5.100 / 56. 5.100
libavformat 56. 9.100 / 56. 9.100
libavdevice 56. 1.100 / 56. 1.100
libavfilter 5. 1.106 / 5. 1.106
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 3.100 / 53. 3.100
  •  

Marius P.

Ok, is it setup in the Settings -> FFMPEG conversion to the right bin path and ffmpeg command?
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!
  •  


SoporteTiTopic starter

  •  

SoporteTiTopic starter

The avi file generates thousands of files...
  •  

SoporteTiTopic starter

Now trying to upload from another computer the script returns this error.

Notice: Undefinde index: play-img in /home/user/public_html/videoteca/lib/class.images.php

On lines 62, 63, 64 and 65
  •  

Bob.Weston

Quote from: SoporteTi on
This is my ffmpeg config...

http://awesomescreenshot.com/0dc3on7af8

Are you sure that FFMPEG command is correct?
/usr/local/bin/ffmpeg could be correct but is probably not the file that communicates with the PHP.

Log in to your server as root with putty and type the following command:

which ffmpeg


This will tell you the exact path needed.. it would all look something like this:

root@server2 [~]# which ffmpeg
/usr/bin/ffmpeg
root@server2 [~]#


  •  


Bob.Weston

Quote from: SoporteTi on
Now trying to upload from another computer the script returns this error.

Notice: Undefinde index: play-img in /home/user/public_html/videoteca/lib/class.images.php

On lines 62, 63, 64 and 65

This is just a notice and not an error, I just looked at the lines 62,62,64 and 65.
Mario could probably fix this with an isset() function.
I wouldn't worry about it though.

Bob
  •  

Marius P.

Quote from: SoporteTi on
This is my ffmpeg config...

http://awesomescreenshot.com/0dc3on7af8

Please paste that box with full ffmpeg details (under ffmpeg success message), I cannot see the version from this print-screen.
Also, have you tried the ffmpeg tester? ff.php ?
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!
  •  

SoporteTiTopic starter

  •  

Marius P.

That doesn't help, the box's content is scrolable and you cannot see the version.
Please past the box's content in full (should be long)
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!
  •  

SoporteTiTopic starter

Really i'm sorry for all inconvenience... but i'm not a developer and a don't know anithyng about php and others and i have some days without sleep with this problemas

Now i'm trying to execute the tester, I put this on my principal domain http://soporteti.net/tester

I made this
1. upload the tester folder to my root domain
2. upload one avi file with the name "test.avi"
3. make all writeable (folders and files with 777 permisions)
4. load http://soporteti.net/tester
5. load http://soporteti.net/tester/index.php
6. load http://soporteti.net/tester/ff.php

Now nothing apperas... only this...

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, root@soporteti.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 Server at soporteti.net Port 80

sorry i'm tired and I don't know how to proceed but I need this script...
  •  

SoporteTiTopic starter

The sysadmin send me this information:

root@domain [/home/soportet/public_html]# ffmpeg -h
ffmpeg version N-66864-g676110e-syslint Copyright (c) 2000-2014 the FFmpeg developers


Version N-66864-g676110e-syslint
  •  


Marius P.

Maybe you have suPHP or something? It could be the reason why 0777 returns an 500 error.


See this http://www.phpvibe.com/soft/server-setup/
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!
  •  

Bob.Weston

Quote from: SoporteTi on
Now nothing apperas... only this...

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, root@soporteti.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 Server at soporteti.net Port 80

Hi.. this will come if you attempt to change the index.php permissions to 777.. chjange the index.php permissions back to 0644
  •  

Bob.Weston

Quote from: SoporteTi on
The sysadmin send me this information:

root@domain [/home/soportet/public_html]# ffmpeg -h
ffmpeg version N-66864-g676110e-syslint Copyright (c) 2000-2014 the FFmpeg developers


Version N-66864-g676110e-syslint

Your system admins used the FAI (FFMPEG Auto Installer) which is shown by the version number.. If you cannot get it running, you should send them to my tutorial on how to install FFMPEG on CentOs here : http://www.phpvibe.com/forum/tutorials/how-to-compile-ffmpeg-on-linux-x86-64-with-centos-6-5-final-cpanel-installed/

If they follow those instructions step by step.. FFMPEG will work on your server with phpVibe

Bob
  •  

SoporteTiTopic starter

Ok, now i comment to my linux admin and explains the problem, he know how to make this... Thanks for all support, later I comment if the problem is solved.
  •  

SoporteTiTopic starter

Now I have installed the version 2.4.2 of ffmpeg but I will not test on my principal site, now install the script on my secondary domain "informaticapanovatos.com" and test again the script on this.
  •  

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!
  •  

Similar topics (7)