NEED help with mplayer in php

CyrusNode

Registered Member
Joined
May 26, 2009
Messages
58
Reaction score
14
im just got a new script and uploaded and its working alright but the videos will not play. and im guessing its because im getting an error. This:

Code:
PHP CLI
         [B][B]missing[/B][/B] (/usr/bin/php)
         MEncoder
         [B][B]missing[/B][/B] (/usr/bin/mencoder)
         MPlayer
         [B][B]missing[/B][/B] (/usr/bin/mplayer)
         FFMpeg
         [B][B]missing[/B][/B] (/usr/bin/ffmpeg)
         FLVTool2
         [B][B]missing[/B][/B] (/usr/bin/flvtool2)
                 Formats Error (mplayer or mencoder not installed)!


if someone could tell me whats wrong i would be more than happy for the day. ive been going through this all day and still cant figure it out.
something to do with mplayer or mencoder
 
This means you're missing the binaries, you'll need to do look at the scripts requirements and install the packages on your server.

I'm not exactly sure about memcoder or mplayer but if you're using redhat based distro you can use the commands
Code:
yum install ffmpeg
yum install flvtool2

Also for the missing /usr/bin/php
You can create a symbolic link to the original location
example
Code:
ln -s <my php bin> /usr/bin/php
 
This means you're missing the binaries, you'll need to do look at the scripts requirements and install the packages on your server.

I'm not exactly sure about memcoder or mplayer but if you're using redhat based distro you can use the commands
Code:
yum install ffmpeg
yum install flvtool2
Also for the missing /usr/bin/php
You can create a symbolic link to the original location
example
Code:
ln -s <my php bin> /usr/bin/php

you seriously completely lost me buddy. if you could put that in "newb" terms for me. can i download the bianaries and put them intoa certain folder. and also, my server... i have a hosting company, so i dont know anything about that part.if you could talk me through it i would be more than happy to throw a few ads on for you once its up and running. thats about all ,
 
No need for ads, I've pmed you.
 
so, that guy XoC never got back to me. great to know that he helped. anyone else ?
 
well. i am using rude
if you could help me with this. i have a messenger you can talk to me on.
just pm me. i need the help bad.
 
Back
Top