Go Back   PS3Hax - Sony Fears Us > OtherOS Resources > Tutorials
Tutorials This is how we do it. We like to prove our work here.

Reply
 
LinkBack Thread Tools

Mplayer - How to Install on PS3
  #1 (permalink)  
Old 01-11-2007, 08:24 AM
Zoned's Avatar
Zoned is offline
PS3Hax Senior Hacker
 
Join Date: Dec 2006
Posts: 47
Default Mplayer - How to Install on PS3

I installed mplayer successfully this past weekend. Here is a How To:


Step 1
Download mplayer and essential codecs from mplayerhq.hu, save them (do not unpack them) in Desktop or other folder under root

[Please register to see this link. ] (mplayer)
[Please register to see this link. ] (codecs)
[Please register to see this link. ] (skin)

Step 2
Open a terminal window in your PS3 (logged in as root), then copy and paste the entire command below into terminal window in order to unpack and compile mplayer:

Quote:
cd `find /root -iregex .*mplayer[**/]*tar.* | perl -ne 's/(**.*)/.*$/$1/; print;'`
tar -xvf `ls | grep -i mplayer | grep -i ".tar."`
cd `ls | grep -i mplayer | grep -v ".tar."`
./configure --enable-gui
Step 3
Then type in "make" in the terminal window and hit ENTER, then "make install" after that and hit ENTER

Step 4
Copy & paste this command to unpack and move codec to /usr/local/lib/codecs:
Quote:
cd `find /root -iregex .*essential[**/]*tar.* | perl -ne 's/(**.*)/.*$/$1/; print;'`
tar -xvf `ls | grep -i essential | grep -i ".tar."`
mv `ls | grep -i mplayer | grep -v ".tar."` /usr/local/lib/codecs
Step 5
You must install a "Skin" or GUI interface in order to use mplayer with a GUI. When you downloaded files in Step 1, make sure you selected a Skin. Example, unpack the Skin Blue-1.7.tar.bz2 and copy to /usr/local/share/mplayer/skin/default (you may need to create "default" folder)
I also downloaded the Dushku skin, its pretty nice.

Step 6
Type mplayer from a Terminal window or gmplayer (gui version)

With gmplayer running, you have a GUI that allows you to select the source file or stream

Will post pics later.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Mplayer - How to Install on PS3
  #2 (permalink)  
Old 01-11-2007, 11:52 AM
endorf's Avatar
endorf is offline
I'm Moving On Up ...
 
Join Date: Dec 2006
Posts: 4
Default Re: Mplayer - How to Install on PS3

Hey, the second link for the downloads doesn't work. Is it the correct one?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Mplayer - How to Install on PS3
  #3 (permalink)  
Old 01-11-2007, 12:24 PM
Zoned's Avatar
Zoned is offline
PS3Hax Senior Hacker
 
Join Date: Dec 2006
Posts: 47
Default Re: Mplayer - How to Install on PS3

My apologies, I fixed the link.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Mplayer - How to Install on PS3
  #4 (permalink)  
Old 01-11-2007, 12:26 PM
endorf's Avatar
endorf is offline
I'm Moving On Up ...
 
Join Date: Dec 2006
Posts: 4
Default Re: Mplayer - How to Install on PS3

Quote:
Originally Posted by Zoned
My apologies, I fixed the link.
Cool, I was gonna ask you if that was the right one, and it is. Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Mplayer - How to Install on PS3
  #5 (permalink)  
Old 01-11-2007, 12:40 PM
Zoned's Avatar
Zoned is offline
PS3Hax Senior Hacker
 
Join Date: Dec 2006
Posts: 47
Default Re: Mplayer - How to Install on PS3

When you run gmplayer (GUI) version for the first time, you are going to get an error:

"New_Face failed. Maybe the font path is wrong. Please supply the text font file (~/.mplayer/subont.ttf)"

This is because the GUI needs to have a font associated with it for sub-titles.
So what I did was I opened up terminal window and did a search for fonts:

Quote:
find / -name '*.ttf'
This will give you a long list of all of the ttf fonts in your system. I picked one called luxisr.ttf, found at:
/usr/share/X11/fonts/TTF/luxisr.ttf

I opened up Nautilus and navigated to that directory and copied luxisr.ttf (you can pick any font with a ttf extension) and pasted it into the usr/local/share/mplayer/ directory.
I then renamed luxisr.ttf to subfont.ttf

then start up gmplayer again, it works.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Mplayer - How to Install on PS3
  #6 (permalink)  
Old 01-11-2007, 02:01 PM
Zoned's Avatar
Zoned is offline
PS3Hax Senior Hacker
 
Join Date: Dec 2006
Posts: 47
Default Re: Mplayer - How to Install on PS3

Another way to get the "freshest" version of mplayer downloaded is to get the SVN version of mplayer source code. Run this as root in terminal window (cut and paste into command line and hit ENTER):

Quote:
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
cd mplayer
./configure --enable-gui --enable-largefiles --enable-menu
--enable-dynamic-plugins && make && sudo make install
Then follow the mplayer instructions for installing fonts, skins, and
binary codecs. You will need the PPC version of the codecs collection,
but it doesn't have anywhere near the number of codecs as the x86
version. On the other hand, most of the missing codecs are for obscure
formats.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Mplayer - How to Install on PS3
  #7 (permalink)  
Old 01-11-2007, 09:37 PM
nmc75 is offline
I'm Moving On Up ...
 
Join Date: Jan 2007
Posts: 8
Default Re: Mplayer - How to Install on PS3

man, the walkthrough is awesome. I'm almost done, I can feel it. When I type gmplayer I get this fatal message
Quote:
[skin] file (usr/local/share/mplayer/skins/default/skin) not readable
It dumps me back out to the terminal at that point. I've tried multiple skins but all of them have that message. Any Ideas
__________________
********************************************
PS3 60gb
Yellow Dog Linux 5.0
installed:  snes9x
to do's:  Advance MAME, fake NES
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Mplayer - How to Install on PS3
  #8 (permalink)  
Old 01-11-2007, 09:40 PM
haxen's Avatar
haxen is offline
I shredded my PS3
PS3Hax Leader
 
Join Date: Dec 2006
Posts: 239
Default Re: Mplayer - How to Install on PS3

wow, u are close, are your skins files in that last directoy exactly as the error message calls for?

OK, I am logged in here with my PS3, and here is the setup:

say u downloaded the Blue theme, you want to unpack or unzip the tar into the

usr/local/share/mplayer/skins/default/ directory

OK, so you extract the skin files into the default directory, not a skins diirectory.

You can dl other skins and put them in the usr/local/share/mplayer/skins/ directory in their own folders and just point gmplayer to that new skin directory after it opens, instead of the default skin. I have 3 skins, 1 is in the default directory and the other two are in their own directories that i named and created, all 3 of these folders are in the skins directory. I like the dushku skin and the blue skin.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Mplayer - How to Install on PS3
  #9 (permalink)  
Old 01-11-2007, 09:56 PM
nmc75 is offline
I'm Moving On Up ...
 
Join Date: Jan 2007
Posts: 8
Default Re: Mplayer - How to Install on PS3

I'm assuming so. The command set I'm using to unpack and relocate the skin is
[quote]cd `find /root -iregex .*abyss[**/]*tar.* | perl -ne 's/(**.*)/.*$/$1/; print;'`
tar -xvf `ls | grep -i abyss | grep -i ".tar."`
mv `ls | grep -i abyss | grep -v ".tar."` /usr/local/share/mplayer/skins/default/skin]

I have tried both the HTTP and FTP versions of the download and both tell me they're not readable.
I don't know??
__________________
********************************************
PS3 60gb
Yellow Dog Linux 5.0
installed:  snes9x
to do's:  Advance MAME, fake NES
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Mplayer - How to Install on PS3
  #10 (permalink)  
Old 01-11-2007, 10:10 PM
haxen's Avatar
haxen is offline
I shredded my PS3
PS3Hax Leader
 
Join Date: Dec 2006
Posts: 239
Default Re: Mplayer - How to Install on PS3

whoah, u are doing too much work there. when u download the skin, it should ask u where u want to save the tar file. i created a downloads directory and always put them in there. by the way, i downloaded the skin with the firefox browser. once the tar is downloaded, (takes few seconds) then i open up nautilus and navigate to the downloads folder (or wherrever you put the tar), click on the tar and a winzip type app opens up. Click on Edit in the menu and then Extract and then point it to the usr etc. folder deal that i posted above. you can create a directory with nautilus if it is not there. then run gmplayer again.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Backup your Blu-Ray Disc haxen PS3 & PS2 Games 11 11-03-2008 05:57 PM
"Other OS" - How to Install on a PS3 haxen Tutorials 23 10-19-2008 03:30 PM
How to Install Fedora Core 8 haxen Fedora Core 8 17 08-28-2008 09:50 AM
Installation Guide for Ubuntu on PS3 H.axen Ubuntu Linux 15 07-13-2008 09:49 PM
How to Install Gentoo Linux haxen Gentoo Linux 40 09-09-2007 09:38 AM



All times are GMT -5. The time now is 12:45 PM.

vB skin by: eXtremepixels
Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
 SEO by 3.0.0
© PS3Hax.com 2007 & 2008